Html Css Color HEX #145624 Crusoe

📋 copy color: '#145624'

red 20 ◦ green 86 ◦ blue 36

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

Shades of Crusoe #145624

Tints of Crusoe #145624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.56%

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 14.08%
G = 60.56%
B = 25.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#145624 (or 0x145624) is known color: Crusoe. HEX triplet: 14, 56 and 24. RGB value is (20,86,36). Sum of RGB (Red+Green+Blue) = 20+86+36=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #145624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145624 is #EBA9DB. Grayscale: #3C3C3C. Windows color (decimal): -15444444 or 2381332. OLE color: 2381332.

HSL color Cylindrical-coordinate representation of color #145624: hue angle of 134.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145624 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 36 -
CMYK 0.77 0 0.58 0.66
HSL 134.55º 0.62% 0.21% -
HSV(B) 134.55º 0.77% 0.34% -
XYZ 3.93 6.93 2.8 -
YUV 60.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 20 86 36 0.77 0 0.58 0.66 134.55 0.62 0.21
Hex 14 56 24 4D 0 3A 42 87 3E 15
Octal 24 126 44 115 0 72 102 207 76 25
Binary 10100 1010110 100100 1001101 0 111010 1000010 10000111 111110 10101

Color Harmonies of #145624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145624

Black with #145624

Text Example


Text Example

White with #145624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145624; }

 p { color: rgb(20,86,36); }

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

background-color css

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

 a { background-color: rgb(20,86,36); }

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

border-color css

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

 span { border-color: rgb(20,86,36); }

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