Html Css Color HEX #096430 Crusoe

📋 copy color: '#096430'

red 9 ◦ green 100 ◦ blue 48

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

Shades of Crusoe #096430

Tints of Crusoe #096430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 63.69%

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 5.73%
G = 63.69%
B = 30.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#096430 (or 0x096430) is known color: Crusoe. HEX triplet: 09, 64 and 30. RGB value is (9,100,48). Sum of RGB (Red+Green+Blue) = 9+100+48=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #096430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096430 is #F69BCF. Grayscale: #424242. Windows color (decimal): -16161744 or 3171337. OLE color: 3171337.

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

Color convert

RGB 9 100 48 -
CMYK 0.91 0 0.52 0.61
HSL 145.71º 0.83% 0.21% -
HSV(B) 145.71º 0.91% 0.39% -
XYZ 5.2 9.39 4.33 -
YUV 66.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 9 100 48 0.91 0 0.52 0.61 145.71 0.83 0.21
Hex 9 64 30 5B 0 34 3D 92 53 15
Octal 11 144 60 133 0 64 75 222 123 25
Binary 1001 1100100 110000 1011011 0 110100 111101 10010010 1010011 10101

Color Harmonies of #096430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096430

Black with #096430

Text Example


Text Example

White with #096430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096430; }

 p { color: rgb(9,100,48); }

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

background-color css

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

 a { background-color: rgb(9,100,48); }

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

border-color css

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

 span { border-color: rgb(9,100,48); }

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