Html Css Color HEX #145420 Crusoe

📋 copy color: '#145420'

red 20 ◦ green 84 ◦ blue 32

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

Shades of Crusoe #145420

Tints of Crusoe #145420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.76%

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

R = 14.71%
G = 61.76%
B = 23.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#145420 (or 0x145420) is known color: Crusoe. HEX triplet: 14, 54 and 20. RGB value is (20,84,32). Sum of RGB (Red+Green+Blue) = 20+84+32=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #145420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145420 is #EBABDF. Grayscale: #3B3B3B. Windows color (decimal): -15444960 or 2118676. OLE color: 2118676.

HSL color Cylindrical-coordinate representation of color #145420: hue angle of 131.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145420 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 32 -
CMYK 0.76 0 0.62 0.67
HSL 131.25º 0.62% 0.2% -
HSV(B) 131.25º 0.76% 0.33% -
XYZ 3.72 6.59 2.44 -
YUV 58.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 20 84 32 0.76 0 0.62 0.67 131.25 0.62 0.2
Hex 14 54 20 4C 0 3E 43 83 3E 14
Octal 24 124 40 114 0 76 103 203 76 24
Binary 10100 1010100 100000 1001100 0 111110 1000011 10000011 111110 10100

Color Harmonies of #145420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145420

Black with #145420

Text Example


Text Example

White with #145420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145420; }

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

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

background-color css

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

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

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

border-color css

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

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

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