Html Css Color HEX #093205 Myrtle

📋 copy color: '#093205'

red 9 ◦ green 50 ◦ blue 5

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

Shades of Myrtle #093205

Tints of Myrtle #093205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.81%

R = 14.06%
G = 78.13%
B = 7.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#093205 (or 0x093205) is known color: Myrtle. HEX triplet: 09, 32 and 05. RGB value is (9,50,5). Sum of RGB (Red+Green+Blue) = 9+50+5=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #093205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093205 is #F6CDFA. Grayscale: #202020. Windows color (decimal): -16174587 or 340489. OLE color: 340489.

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

Color convert

RGB 9 50 5 -
CMYK 0.82 0 0.90 0.80
HSL 114.67º 0.82% 0.11% -
HSV(B) 114.67º 0.9% 0.2% -
XYZ 1.28 2.35 0.53 -
YUV 32.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 9 50 5 0.82 0 0.90 0.80 114.67 0.82 0.11
Hex 9 32 5 52 0 5A 50 73 52 B
Octal 11 62 5 122 0 132 120 163 122 13
Binary 1001 110010 101 1010010 0 1011010 1010000 1110011 1010010 1011

Color Harmonies of #093205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093205

Black with #093205

Text Example


Text Example

White with #093205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093205; }

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

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

background-color css

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

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

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

border-color css

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

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

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