Html Css Color HEX #097421 Camarone

📋 copy color: '#097421'

red 9 ◦ green 116 ◦ blue 33

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

Shades of Camarone #097421

Tints of Camarone #097421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 5.7%
G = 73.42%
B = 20.89%

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

#097421 (or 0x097421) is known color: Camarone. HEX triplet: 09, 74 and 21. RGB value is (9,116,33). Sum of RGB (Red+Green+Blue) = 9+116+33=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #097421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097421 is #F68BDE. Grayscale: #4A4A4A. Windows color (decimal): -16157663 or 2192393. OLE color: 2192393.

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

Color convert

RGB 9 116 33 -
CMYK 0.92 0 0.72 0.55
HSL 133.46º 0.86% 0.25% -
HSV(B) 133.46º 0.92% 0.45% -
XYZ 6.63 12.66 3.53 -
YUV 74.55 104.55 81.25 -
System Red Green Blue C M Y K H S L
Decimal 9 116 33 0.92 0 0.72 0.55 133.46 0.86 0.25
Hex 9 74 21 5C 0 48 37 85 56 19
Octal 11 164 41 134 0 110 67 205 126 31
Binary 1001 1110100 100001 1011100 0 1001000 110111 10000101 1010110 11001

Color Harmonies of #097421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097421

Black with #097421

Text Example


Text Example

White with #097421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097421; }

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

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

background-color css

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

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

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

border-color css

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

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

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