Html Css Color HEX #096226 Crusoe

📋 copy color: '#096226'

red 9 ◦ green 98 ◦ blue 38

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

Shades of Crusoe #096226

Tints of Crusoe #096226

RGB

 RED value IS 9 (3.91% from 255) = 6.21%

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

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

R = 6.21%
G = 67.59%
B = 26.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#096226 (or 0x096226) is known color: Crusoe. HEX triplet: 09, 62 and 26. RGB value is (9,98,38). Sum of RGB (Red+Green+Blue) = 9+98+38=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #096226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096226 is #F69DD9. Grayscale: #404040. Windows color (decimal): -16162266 or 2515465. OLE color: 2515465.

HSL color Cylindrical-coordinate representation of color #096226: hue angle of 139.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096226 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 98 38 -
CMYK 0.91 0 0.61 0.62
HSL 139.55º 0.83% 0.21% -
HSV(B) 139.55º 0.91% 0.38% -
XYZ 4.83 8.93 3.3 -
YUV 64.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 9 98 38 0.91 0 0.61 0.62 139.55 0.83 0.21
Hex 9 62 26 5B 0 3D 3E 8C 53 15
Octal 11 142 46 133 0 75 76 214 123 25
Binary 1001 1100010 100110 1011011 0 111101 111110 10001100 1010011 10101

Color Harmonies of #096226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096226

Black with #096226

Text Example


Text Example

White with #096226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096226; }

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

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

background-color css

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

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

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

border-color css

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

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

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