Html Css Color HEX #146232 Crusoe

📋 copy color: '#146232'

red 20 ◦ green 98 ◦ blue 50

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

Shades of Crusoe #146232

Tints of Crusoe #146232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 11.9%
G = 58.33%
B = 29.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#146232 (or 0x146232) is known color: Crusoe. HEX triplet: 14, 62 and 32. RGB value is (20,98,50). Sum of RGB (Red+Green+Blue) = 20+98+50=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #146232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146232 is #EB9DCD. Grayscale: #454545. Windows color (decimal): -15441358 or 3301908. OLE color: 3301908.

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

Color convert

RGB 20 98 50 -
CMYK 0.80 0 0.49 0.62
HSL 143.08º 0.66% 0.23% -
HSV(B) 143.08º 0.8% 0.38% -
XYZ 5.23 9.11 4.5 -
YUV 69.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 20 98 50 0.80 0 0.49 0.62 143.08 0.66 0.23
Hex 14 62 32 50 0 31 3E 8F 42 17
Octal 24 142 62 120 0 61 76 217 102 27
Binary 10100 1100010 110010 1010000 0 110001 111110 10001111 1000010 10111

Color Harmonies of #146232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146232

Black with #146232

Text Example


Text Example

White with #146232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146232; }

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

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

background-color css

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

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

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

border-color css

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

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

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