Html Css Color HEX #096423 Crusoe

📋 copy color: '#096423'

red 9 ◦ green 100 ◦ blue 35

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

Shades of Crusoe #096423

Tints of Crusoe #096423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.31%

R = 6.25%
G = 69.44%
B = 24.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#096423 (or 0x096423) is known color: Crusoe. HEX triplet: 09, 64 and 23. RGB value is (9,100,35). Sum of RGB (Red+Green+Blue) = 9+100+35=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #096423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096423 is #F69BDC. Grayscale: #414141. Windows color (decimal): -16161757 or 2319369. OLE color: 2319369.

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

Color convert

RGB 9 100 35 -
CMYK 0.91 0 0.65 0.61
HSL 137.14º 0.83% 0.21% -
HSV(B) 137.14º 0.91% 0.39% -
XYZ 4.97 9.29 3.12 -
YUV 65.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 9 100 35 0.91 0 0.65 0.61 137.14 0.83 0.21
Hex 9 64 23 5B 0 41 3D 89 53 15
Octal 11 144 43 133 0 101 75 211 123 25
Binary 1001 1100100 100011 1011011 0 1000001 111101 10001001 1010011 10101

Color Harmonies of #096423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096423

Black with #096423

Text Example


Text Example

White with #096423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096423; }

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

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

background-color css

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

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

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

border-color css

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

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

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