Html Css Color HEX #146224 Crusoe

📋 copy color: '#146224'

red 20 ◦ green 98 ◦ blue 36

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

Shades of Crusoe #146224

Tints of Crusoe #146224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 63.64%

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

R = 12.99%
G = 63.64%
B = 23.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#146224 (or 0x146224) is known color: Crusoe. HEX triplet: 14, 62 and 24. RGB value is (20,98,36). Sum of RGB (Red+Green+Blue) = 20+98+36=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #146224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146224 is #EB9DDB. Grayscale: #434343. Windows color (decimal): -15441372 or 2384404. OLE color: 2384404.

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

Color convert

RGB 20 98 36 -
CMYK 0.80 0 0.63 0.62
HSL 132.31º 0.66% 0.23% -
HSV(B) 132.31º 0.8% 0.38% -
XYZ 4.97 9.01 3.15 -
YUV 67.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 20 98 36 0.80 0 0.63 0.62 132.31 0.66 0.23
Hex 14 62 24 50 0 3F 3E 84 42 17
Octal 24 142 44 120 0 77 76 204 102 27
Binary 10100 1100010 100100 1010000 0 111111 111110 10000100 1000010 10111

Color Harmonies of #146224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146224

Black with #146224

Text Example


Text Example

White with #146224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146224; }

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

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

background-color css

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

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

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

border-color css

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

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

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