#035C08

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

Shades of Green #035C08

Tints of Green #035C08

Color information

#035C08 (or 0x035C08) is unknown color: approx Green. HEX triplet: 03, 5C and 08. RGB value is (3,92,8). Sum of RGB (Red+Green+Blue) = 3+92+8=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 92 (36.33% from 255 or 89.32% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 92 - color contains mainly: green. Hex color #035C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C08 is #FCA3F7. Grayscale: #383838. Windows color (decimal): -16557048 or 547843. OLE color: 547843.

HSL color Cylindrical-coordinate representation of color #035C08: hue angle of 123.37º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C08 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB3928-
CMYK0.9700.910.64
HSL123.37º93.68%18.63%-
HSV(B)123.37º96.74%36.08%-
XYZ3.917.691.51-
YUV55.81101.0190.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 92 (36.33% from 255) = 89.32%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=2.91%
G=89.32%
B=7.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal39280.9700.910.64123.3793.6818.63
Hex35C86105B407b5e13
Octal313410141013310017313623
Binary111011100100011000010101101110000001111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,92,8); }

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

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

 a { background-color: rgb(3,92,8); }

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

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

 span { border-color: rgb(3,92,8); }

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