Html Css Color HEX #14582B Crusoe

📋 copy color: '#14582B'

red 20 ◦ green 88 ◦ blue 43

#14582B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #14582B

Tints of Crusoe #14582B

RGB

 RED value IS 20 (8.2% from 255) = 13.25%

 GREEN value IS 88 (34.77% from 255) = 58.28%

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 13.25%
G = 58.28%
B = 28.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#14582B (or 0x14582B) is known color: Crusoe. HEX triplet: 14, 58 and 2B. RGB value is (20,88,43). Sum of RGB (Red+Green+Blue) = 20+88+43=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #14582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14582B is #EBA7D4. Grayscale: #3E3E3E. Windows color (decimal): -15443925 or 2840596. OLE color: 2840596.

HSL color Cylindrical-coordinate representation of color #14582B: hue angle of 140.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14582B is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 43 -
CMYK 0.77 0 0.51 0.65
HSL 140.29º 0.63% 0.21% -
HSV(B) 140.29º 0.77% 0.35% -
XYZ 4.21 7.3 3.47 -
YUV 62.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 20 88 43 0.77 0 0.51 0.65 140.29 0.63 0.21
Hex 14 58 2B 4D 0 33 41 8C 3F 15
Octal 24 130 53 115 0 63 101 214 77 25
Binary 10100 1011000 101011 1001101 0 110011 1000001 10001100 111111 10101

Color Harmonies of #14582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14582B

Black with #14582B

Text Example


Text Example

White with #14582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14582B; }

 p { color: rgb(20,88,43); }

 H1.HeaderClassName
 {
   color: #14582B;
 }
 .AnyTagClassName
 {
   color: #14582B;
 }
</style>

background-color css

<style>
 a { background-color: #14582B; }

 a { background-color: rgb(20,88,43); }

 div.DivClassName
 {
   background-color: #14582B;
 }
 .BgClassName
 {
   background-color: #14582B;
 }
</style>

border-color css

<style>
 span { border-color: #14582B; }

 span { border-color: rgb(20,88,43); }

 td.TdClassName
 {
   border-color: #14582B;
 }
 .TagClassName
 {
   border-color: #14582B;
 }
</style>