Html Css Color HEX #146124 Crusoe

📋 copy color: '#146124'

red 20 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #146124

Tints of Crusoe #146124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.4%

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

R = 13.07%
G = 63.4%
B = 23.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#146124 (or 0x146124) is known color: Crusoe. HEX triplet: 14, 61 and 24. RGB value is (20,97,36). Sum of RGB (Red+Green+Blue) = 20+97+36=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #146124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146124 is #EB9EDB. Grayscale: #434343. Windows color (decimal): -15441628 or 2384148. OLE color: 2384148.

HSL color Cylindrical-coordinate representation of color #146124: hue angle of 132.47º 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 #146124 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 36 -
CMYK 0.79 0 0.63 0.62
HSL 132.47º 0.66% 0.23% -
HSV(B) 132.47º 0.79% 0.38% -
XYZ 4.88 8.83 3.12 -
YUV 67.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 20 97 36 0.79 0 0.63 0.62 132.47 0.66 0.23
Hex 14 61 24 4F 0 3F 3E 84 42 17
Octal 24 141 44 117 0 77 76 204 102 27
Binary 10100 1100001 100100 1001111 0 111111 111110 10000100 1000010 10111

Color Harmonies of #146124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146124

Black with #146124

Text Example


Text Example

White with #146124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146124; }

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

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

background-color css

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

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

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

border-color css

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

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

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