Html Css Color HEX #097320 Camarone

📋 copy color: '#097320'

red 9 ◦ green 115 ◦ blue 32

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

Shades of Camarone #097320

Tints of Camarone #097320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 73.72%

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 5.77%
G = 73.72%
B = 20.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#097320 (or 0x097320) is known color: Camarone. HEX triplet: 09, 73 and 20. RGB value is (9,115,32). Sum of RGB (Red+Green+Blue) = 9+115+32=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #097320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097320 is #F68CDF. Grayscale: #4A4A4A. Windows color (decimal): -16157920 or 2126601. OLE color: 2126601.

HSL color Cylindrical-coordinate representation of color #097320: hue angle of 133.02º 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 #097320 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 115 32 -
CMYK 0.92 0 0.72 0.55
HSL 133.02º 0.85% 0.24% -
HSV(B) 133.02º 0.92% 0.45% -
XYZ 6.5 12.42 3.42 -
YUV 73.84 104.38 81.75 -
System Red Green Blue C M Y K H S L
Decimal 9 115 32 0.92 0 0.72 0.55 133.02 0.85 0.24
Hex 9 73 20 5C 0 48 37 85 55 18
Octal 11 163 40 134 0 110 67 205 125 30
Binary 1001 1110011 100000 1011100 0 1001000 110111 10000101 1010101 11000

Color Harmonies of #097320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097320

Black with #097320

Text Example


Text Example

White with #097320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097320; }

 p { color: rgb(9,115,32); }

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

background-color css

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

 a { background-color: rgb(9,115,32); }

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

border-color css

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

 span { border-color: rgb(9,115,32); }

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