Html Css Color HEX #146226 Crusoe

📋 copy color: '#146226'

red 20 ◦ green 98 ◦ blue 38

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

Shades of Crusoe #146226

Tints of Crusoe #146226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 12.82%
G = 62.82%
B = 24.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#146226 (or 0x146226) is known color: Crusoe. HEX triplet: 14, 62 and 26. RGB value is (20,98,38). Sum of RGB (Red+Green+Blue) = 20+98+38=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #146226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146226 is #EB9DD9. Grayscale: #444444. Windows color (decimal): -15441370 or 2515476. OLE color: 2515476.

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

Color convert

RGB 20 98 38 -
CMYK 0.80 0 0.61 0.62
HSL 133.85º 0.66% 0.23% -
HSV(B) 133.85º 0.8% 0.38% -
XYZ 5.01 9.02 3.31 -
YUV 67.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 20 98 38 0.80 0 0.61 0.62 133.85 0.66 0.23
Hex 14 62 26 50 0 3D 3E 86 42 17
Octal 24 142 46 120 0 75 76 206 102 27
Binary 10100 1100010 100110 1010000 0 111101 111110 10000110 1000010 10111

Color Harmonies of #146226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146226

Black with #146226

Text Example


Text Example

White with #146226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146226; }

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

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

background-color css

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

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

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

border-color css

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

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

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