#038506

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

Shades of Green #038506

Tints of Green #038506

Color information

#038506 (or 0x038506) is unknown color: approx Green. HEX triplet: 03, 85 and 06. RGB value is (3,133,6). Sum of RGB (Red+Green+Blue) = 3+133+6=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 133 (52.34% from 255 or 93.66% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 133 - color contains mainly: green. Hex color #038506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038506 is #FC7AF9. Grayscale: #505050. Windows color (decimal): -16546554 or 427267. OLE color: 427267.

HSL color Cylindrical-coordinate representation of color #038506: hue angle of 121.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038506 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB31336-
CMYK0.9800.950.48
HSL121.38º95.59%26.67%-
HSV(B)121.38º97.74%52.16%-
XYZ8.4616.812.97-
YUV79.6586.4373.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 133 (52.34% from 255) = 93.66%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=2.11%
G=93.66%
B=4.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal313360.9800.950.48121.3895.5926.67
Hex38566205F3079601b
Octal3205614201376017114033
Binary11100001011101100010010111111100001111001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038506; }

 p { color: rgb(3,133,6); }

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

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

 a { background-color: rgb(3,133,6); }

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

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

 span { border-color: rgb(3,133,6); }

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