Html Css Color HEX #097223 Crusoe

📋 copy color: '#097223'

red 9 ◦ green 114 ◦ blue 35

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

Shades of Crusoe #097223

Tints of Crusoe #097223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 72.15%

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

R = 5.7%
G = 72.15%
B = 22.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#097223 (or 0x097223) is known color: Crusoe. HEX triplet: 09, 72 and 23. RGB value is (9,114,35). Sum of RGB (Red+Green+Blue) = 9+114+35=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #097223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097223 is #F68DDC. Grayscale: #494949. Windows color (decimal): -16158173 or 2322953. OLE color: 2322953.

HSL color Cylindrical-coordinate representation of color #097223: hue angle of 134.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097223 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 114 35 -
CMYK 0.92 0 0.69 0.55
HSL 134.86º 0.85% 0.24% -
HSV(B) 134.86º 0.92% 0.45% -
XYZ 6.43 12.21 3.61 -
YUV 73.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 9 114 35 0.92 0 0.69 0.55 134.86 0.85 0.24
Hex 9 72 23 5C 0 45 37 87 55 18
Octal 11 162 43 134 0 105 67 207 125 30
Binary 1001 1110010 100011 1011100 0 1000101 110111 10000111 1010101 11000

Color Harmonies of #097223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097223

Black with #097223

Text Example


Text Example

White with #097223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097223; }

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

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

background-color css

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

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

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

border-color css

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

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

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