Html Css Color HEX #035800 Green

📋 copy color: '#035800'

red 3 ◦ green 88 ◦ blue 0

#035800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #035800

Tints of Green #035800

RGB

 RED value IS 3 (1.56% from 255) = 3.3%

 GREEN value IS 88 (34.77% from 255) = 96.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.3%
G = 96.7%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#035800 (or 0x035800) is known color: Green. HEX triplet: 03, 58 and 00. RGB value is (3,88,0). Sum of RGB (Red+Green+Blue) = 3+88+0=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 88 (34.77% from 255 or 96.70% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 88 - color contains mainly: green. Hex color #035800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035800 is #FCA7FF. Grayscale: #343434. Windows color (decimal): -16558080 or 22531. OLE color: 22531.

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

Color convert

RGB 3 88 0 -
CMYK 0.97 0 1 0.65
HSL 117.95º 1% 0.17% -
HSV(B) 117.95º 1% 0.35% -
XYZ 3.53 7 1.16 -
YUV 52.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 3 88 0 0.97 0 1 0.65 117.95 1 0.17
Hex 3 58 0 61 0 64 41 76 64 11
Octal 3 130 0 141 0 144 101 166 144 21
Binary 11 1011000 0 1100001 0 1100100 1000001 1110110 1100100 10001

Color Harmonies of #035800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035800

Black with #035800

Text Example


Text Example

White with #035800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035800; }

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

 H1.HeaderClassName
 {
   color: #035800;
 }
 .AnyTagClassName
 {
   color: #035800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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