Html Css Color HEX #097425 Camarone

📋 copy color: '#097425'

red 9 ◦ green 116 ◦ blue 37

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

Shades of Camarone #097425

Tints of Camarone #097425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.6%

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

R = 5.56%
G = 71.6%
B = 22.84%

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

#097425 (or 0x097425) is known color: Camarone. HEX triplet: 09, 74 and 25. RGB value is (9,116,37). Sum of RGB (Red+Green+Blue) = 9+116+37=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #097425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097425 is #F68BDA. Grayscale: #4B4B4B. Windows color (decimal): -16157659 or 2454537. OLE color: 2454537.

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

Color convert

RGB 9 116 37 -
CMYK 0.92 0 0.68 0.55
HSL 135.7º 0.86% 0.25% -
HSV(B) 135.7º 0.92% 0.45% -
XYZ 6.69 12.68 3.85 -
YUV 75 106.55 80.92 -
System Red Green Blue C M Y K H S L
Decimal 9 116 37 0.92 0 0.68 0.55 135.7 0.86 0.25
Hex 9 74 25 5C 0 44 37 88 56 19
Octal 11 164 45 134 0 104 67 210 126 31
Binary 1001 1110100 100101 1011100 0 1000100 110111 10001000 1010110 11001

Color Harmonies of #097425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097425

Black with #097425

Text Example


Text Example

White with #097425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097425; }

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

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

background-color css

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

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

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

border-color css

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

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

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