#035500

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

Shades of Green #035500

Tints of Green #035500

Color information

#035500 (or 0x035500) is unknown color: approx Green. HEX triplet: 03, 55 and 00. RGB value is (3,85,0). Sum of RGB (Red+Green+Blue) = 3+85+0=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 85 (33.59% from 255 or 96.59% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 85 - color contains mainly: green. Hex color #035500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035500 is #FCAAFF. Grayscale: #333333. Windows color (decimal): -16558848 or 21763. OLE color: 21763.

HSL color Cylindrical-coordinate representation of color #035500: hue angle of 117.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #035500 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB3850-
CMYK0.96010.67
HSL117.88º100%16.67%-
HSV(B)117.88º100%33.33%-
XYZ3.296.521.08-
YUV50.7999.3393.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 85 (33.59% from 255) = 96.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.41%
G=96.59%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal38500.96010.67117.8810016.67
Hex35506006443766411
Octal31250140014410316614421
Binary111010101011000000110010010000111110110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035500; }

 p { color: rgb(3,85,0); }

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

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

 a { background-color: rgb(3,85,0); }

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

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

 span { border-color: rgb(3,85,0); }

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