Html Css Color HEX #097225 Camarone

📋 copy color: '#097225'

red 9 ◦ green 114 ◦ blue 37

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

Shades of Camarone #097225

Tints of Camarone #097225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.13%

R = 5.63%
G = 71.25%
B = 23.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#097225 (or 0x097225) is known color: Camarone. HEX triplet: 09, 72 and 25. RGB value is (9,114,37). Sum of RGB (Red+Green+Blue) = 9+114+37=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #097225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097225 is #F68DDA. Grayscale: #4A4A4A. Windows color (decimal): -16158171 or 2454025. OLE color: 2454025.

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

Color convert

RGB 9 114 37 -
CMYK 0.92 0 0.68 0.55
HSL 136º 0.85% 0.24% -
HSV(B) 136º 0.92% 0.45% -
XYZ 6.46 12.23 3.77 -
YUV 73.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 9 114 37 0.92 0 0.68 0.55 136 0.85 0.24
Hex 9 72 25 5C 0 44 37 88 55 18
Octal 11 162 45 134 0 104 67 210 125 30
Binary 1001 1110010 100101 1011100 0 1000100 110111 10001000 1010101 11000

Color Harmonies of #097225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097225

Black with #097225

Text Example


Text Example

White with #097225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097225; }

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

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

background-color css

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

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

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

border-color css

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

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

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