Html Css Color HEX #146024 Crusoe

📋 copy color: '#146024'

red 20 ◦ green 96 ◦ blue 36

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

Shades of Crusoe #146024

Tints of Crusoe #146024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 63.16%

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

R = 13.16%
G = 63.16%
B = 23.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#146024 (or 0x146024) is known color: Crusoe. HEX triplet: 14, 60 and 24. RGB value is (20,96,36). Sum of RGB (Red+Green+Blue) = 20+96+36=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #146024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146024 is #EB9FDB. Grayscale: #424242. Windows color (decimal): -15441884 or 2383892. OLE color: 2383892.

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

Color convert

RGB 20 96 36 -
CMYK 0.79 0 0.62 0.62
HSL 132.63º 0.66% 0.23% -
HSV(B) 132.63º 0.79% 0.38% -
XYZ 4.79 8.64 3.08 -
YUV 66.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 20 96 36 0.79 0 0.62 0.62 132.63 0.66 0.23
Hex 14 60 24 4F 0 3E 3E 85 42 17
Octal 24 140 44 117 0 76 76 205 102 27
Binary 10100 1100000 100100 1001111 0 111110 111110 10000101 1000010 10111

Color Harmonies of #146024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146024

Black with #146024

Text Example


Text Example

White with #146024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146024; }

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

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

background-color css

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

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

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

border-color css

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

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

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