Html Css Color HEX #145F20 Crusoe

📋 copy color: '#145F20'

red 20 ◦ green 95 ◦ blue 32

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

Shades of Crusoe #145F20

Tints of Crusoe #145F20

RGB

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

 GREEN value IS 95 (37.5% from 255) = 64.63%

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 13.61%
G = 64.63%
B = 21.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#145F20 (or 0x145F20) is known color: Crusoe. HEX triplet: 14, 5F and 20. RGB value is (20,95,32). Sum of RGB (Red+Green+Blue) = 20+95+32=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #145F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F20 is #EBA0DF. Grayscale: #414141. Windows color (decimal): -15442144 or 2121492. OLE color: 2121492.

HSL color Cylindrical-coordinate representation of color #145F20: hue angle of 129.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F20 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 95 32 -
CMYK 0.79 0 0.66 0.63
HSL 129.6º 0.65% 0.23% -
HSV(B) 129.6º 0.79% 0.37% -
XYZ 4.64 8.44 2.75 -
YUV 65.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 20 95 32 0.79 0 0.66 0.63 129.6 0.65 0.23
Hex 14 5F 20 4F 0 42 3F 82 41 17
Octal 24 137 40 117 0 102 77 202 101 27
Binary 10100 1011111 100000 1001111 0 1000010 111111 10000010 1000001 10111

Color Harmonies of #145F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F20

Black with #145F20

Text Example


Text Example

White with #145F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F20; }

 p { color: rgb(20,95,32); }

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

background-color css

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

 a { background-color: rgb(20,95,32); }

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

border-color css

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

 span { border-color: rgb(20,95,32); }

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