Html Css Color HEX #146229 Crusoe

📋 copy color: '#146229'

red 20 ◦ green 98 ◦ blue 41

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

Shades of Crusoe #146229

Tints of Crusoe #146229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 12.58%
G = 61.64%
B = 25.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#146229 (or 0x146229) is known color: Crusoe. HEX triplet: 14, 62 and 29. RGB value is (20,98,41). Sum of RGB (Red+Green+Blue) = 20+98+41=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #146229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146229 is #EB9DD6. Grayscale: #444444. Windows color (decimal): -15441367 or 2712084. OLE color: 2712084.

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

Color convert

RGB 20 98 41 -
CMYK 0.80 0 0.58 0.62
HSL 136.15º 0.66% 0.23% -
HSV(B) 136.15º 0.8% 0.38% -
XYZ 5.06 9.04 3.58 -
YUV 68.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 20 98 41 0.80 0 0.58 0.62 136.15 0.66 0.23
Hex 14 62 29 50 0 3A 3E 88 42 17
Octal 24 142 51 120 0 72 76 210 102 27
Binary 10100 1100010 101001 1010000 0 111010 111110 10001000 1000010 10111

Color Harmonies of #146229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146229

Black with #146229

Text Example


Text Example

White with #146229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146229; }

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

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

background-color css

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

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

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

border-color css

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

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

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