#03430B

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

Shades of Myrtle #03430B

Tints of Myrtle #03430B

Color information

#03430B (or 0x03430B) is unknown color: approx Myrtle. HEX triplet: 03, 43 and 0B. RGB value is (3,67,11). Sum of RGB (Red+Green+Blue) = 3+67+11=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 67 (26.56% from 255 or 82.72% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 67 - color contains mainly: green. Hex color #03430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03430B is #FCBCF4. Grayscale: #292929. Windows color (decimal): -16563445 or 738051. OLE color: 738051.

HSL color Cylindrical-coordinate representation of color #03430B: hue angle of 127.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03430B is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB36711-
CMYK0.9600.840.74
HSL127.5º91.43%13.73%-
HSV(B)127.5º95.52%26.27%-
XYZ2.114.060.99-
YUV41.48110.8100.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 67 (26.56% from 255) = 82.72%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=3.70%
G=82.72%
B=13.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367110.9600.840.74127.591.4313.73
Hex343B600544A805be
Octal310313140012411220013316
Binary111000011101111000000101010010010101000000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03430B; }

 p { color: rgb(3,67,11); }

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

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

 a { background-color: rgb(3,67,11); }

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

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

 span { border-color: rgb(3,67,11); }

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