#035A0C

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

Shades of Green #035A0C

Tints of Green #035A0C

Color information

#035A0C (or 0x035A0C) is unknown color: approx Green. HEX triplet: 03, 5A and 0C. RGB value is (3,90,12). Sum of RGB (Red+Green+Blue) = 3+90+12=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 90 (35.55% from 255 or 85.71% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 90 - color contains mainly: green. Hex color #035A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035A0C is #FCA5F3. Grayscale: #373737. Windows color (decimal): -16557556 or 809475. OLE color: 809475.

HSL color Cylindrical-coordinate representation of color #035A0C: hue angle of 126.21º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A0C is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB39012-
CMYK0.9700.870.65
HSL126.21º93.55%18.24%-
HSV(B)126.21º96.67%35.29%-
XYZ3.767.361.57-
YUV55.1103.6890.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 90 (35.55% from 255) = 85.71%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=2.86%
G=85.71%
B=11.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390120.9700.870.65126.2193.5518.24
Hex35AC61057417e5e12
Octal313214141012710117613622
Binary111011010110011000010101011110000011111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035A0C; }

 p { color: rgb(3,90,12); }

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

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

 a { background-color: rgb(3,90,12); }

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

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

 span { border-color: rgb(3,90,12); }

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