Html Css Color HEX #096326 Crusoe

📋 copy color: '#096326'

red 9 ◦ green 99 ◦ blue 38

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

Shades of Crusoe #096326

Tints of Crusoe #096326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 67.81%

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

R = 6.16%
G = 67.81%
B = 26.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#096326 (or 0x096326) is known color: Crusoe. HEX triplet: 09, 63 and 26. RGB value is (9,99,38). Sum of RGB (Red+Green+Blue) = 9+99+38=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #096326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096326 is #F69CD9. Grayscale: #414141. Windows color (decimal): -16162010 or 2515721. OLE color: 2515721.

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

Color convert

RGB 9 99 38 -
CMYK 0.91 0 0.62 0.61
HSL 139.33º 0.83% 0.21% -
HSV(B) 139.33º 0.91% 0.39% -
XYZ 4.92 9.12 3.33 -
YUV 65.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 9 99 38 0.91 0 0.62 0.61 139.33 0.83 0.21
Hex 9 63 26 5B 0 3E 3D 8B 53 15
Octal 11 143 46 133 0 76 75 213 123 25
Binary 1001 1100011 100110 1011011 0 111110 111101 10001011 1010011 10101

Color Harmonies of #096326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096326

Black with #096326

Text Example


Text Example

White with #096326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096326; }

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

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

background-color css

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

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

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

border-color css

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

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

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