#052203

Color #052203 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #052203

Tints of Myrtle #052203

Color information

#052203 (or 0x052203) is unknown color: approx Myrtle. HEX triplet: 05, 22 and 03. RGB value is (5,34,3). Sum of RGB (Red+Green+Blue) = 5+34+3=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #052203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052203 is #FADDFC. Grayscale: #151515. Windows color (decimal): -16440829 or 205317. OLE color: 205317.

HSL color Cylindrical-coordinate representation of color #052203: hue angle of 116.13º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052203 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.

Color convert

RGB5343-
CMYK0.8500.910.87
HSL116.13º83.78%7.25%-
HSV(B)116.13º91.18%13.33%-
XYZ0.651.180.28-
YUV21.8117.39116.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 34 (13.67% from 255) = 80.95%
BLUE value IS 3 (1.56% from 255) = 7.14%
R=11.90%
G=80.95%
B=7.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53430.8500.910.87116.1383.787.25
Hex52235505B5774547
Octal542312501331271641247
Binary10110001011101010101011011101011111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052203; }

 p { color: rgb(5,34,3); }

 H1.HeaderClassName
 {
   color: #052203;
 }
 .AnyTagClassName
 {
   color: #052203;
 }
</style>
background-color css

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

 a { background-color: rgb(5,34,3); }

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

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

 span { border-color: rgb(5,34,3); }

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