Html Css Color HEX #097329 Camarone

📋 copy color: '#097329'

red 9 ◦ green 115 ◦ blue 41

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

Shades of Camarone #097329

Tints of Camarone #097329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 5.45%
G = 69.7%
B = 24.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#097329 (or 0x097329) is known color: Camarone. HEX triplet: 09, 73 and 29. RGB value is (9,115,41). Sum of RGB (Red+Green+Blue) = 9+115+41=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #097329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097329 is #F68CD6. Grayscale: #4B4B4B. Windows color (decimal): -16157911 or 2716425. OLE color: 2716425.

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

Color convert

RGB 9 115 41 -
CMYK 0.92 0 0.64 0.55
HSL 138.11º 0.85% 0.24% -
HSV(B) 138.11º 0.92% 0.45% -
XYZ 6.64 12.48 4.16 -
YUV 74.87 108.88 81.02 -
System Red Green Blue C M Y K H S L
Decimal 9 115 41 0.92 0 0.64 0.55 138.11 0.85 0.24
Hex 9 73 29 5C 0 40 37 8A 55 18
Octal 11 163 51 134 0 100 67 212 125 30
Binary 1001 1110011 101001 1011100 0 1000000 110111 10001010 1010101 11000

Color Harmonies of #097329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097329

Black with #097329

Text Example


Text Example

White with #097329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097329; }

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

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

background-color css

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

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

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

border-color css

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

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

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