Html Css Color HEX #093202 Myrtle

📋 copy color: '#093202'

red 9 ◦ green 50 ◦ blue 2

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

Shades of Myrtle #093202

Tints of Myrtle #093202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 81.97%

 BLUE value IS 2 (1.17% from 255) = 3.28%

R = 14.75%
G = 81.97%
B = 3.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#093202 (or 0x093202) is known color: Myrtle. HEX triplet: 09, 32 and 02. RGB value is (9,50,2). Sum of RGB (Red+Green+Blue) = 9+50+2=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #093202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093202 is #F6CDFD. Grayscale: #202020. Windows color (decimal): -16174590 or 143881. OLE color: 143881.

HSL color Cylindrical-coordinate representation of color #093202: hue angle of 111.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093202 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 2 -
CMYK 0.82 0 0.96 0.80
HSL 111.25º 0.92% 0.1% -
HSV(B) 111.25º 0.96% 0.2% -
XYZ 1.26 2.34 0.44 -
YUV 32.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 9 50 2 0.82 0 0.96 0.80 111.25 0.92 0.1
Hex 9 32 2 52 0 60 50 6F 5C A
Octal 11 62 2 122 0 140 120 157 134 12
Binary 1001 110010 10 1010010 0 1100000 1010000 1101111 1011100 1010

Color Harmonies of #093202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093202

Black with #093202

Text Example


Text Example

White with #093202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093202; }

 p { color: rgb(9,50,2); }

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

background-color css

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

 a { background-color: rgb(9,50,2); }

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

border-color css

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

 span { border-color: rgb(9,50,2); }

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