Html Css Color HEX #035A09 Green

📋 copy color: '#035A09'

red 3 ◦ green 90 ◦ blue 9

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

Shades of Green #035A09

Tints of Green #035A09

RGB

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

 GREEN value IS 90 (35.55% from 255) = 88.24%

 BLUE value IS 9 (3.91% from 255) = 8.82%

R = 2.94%
G = 88.24%
B = 8.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#035A09 (or 0x035A09) is known color: Green. HEX triplet: 03, 5A and 09. RGB value is (3,90,9). Sum of RGB (Red+Green+Blue) = 3+90+9=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 90 (35.55% from 255 or 88.24% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 90 - color contains mainly: green. Hex color #035A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035A09 is #FCA5F6. Grayscale: #363636. Windows color (decimal): -16557559 or 612867. OLE color: 612867.

HSL color Cylindrical-coordinate representation of color #035A09: hue angle of 124.14º 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 #035A09 is Cyan = 0.97, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 90 9 -
CMYK 0.97 0 0.9 0.65
HSL 124.14º 0.94% 0.18% -
HSV(B) 124.14º 0.97% 0.35% -
XYZ 3.74 7.35 1.48 -
YUV 54.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 3 90 9 0.97 0 0.9 0.65 124.14 0.94 0.18
Hex 3 5A 9 61 0 5A 41 7C 5E 12
Octal 3 132 11 141 0 132 101 174 136 22
Binary 11 1011010 1001 1100001 0 1011010 1000001 1111100 1011110 10010

Color Harmonies of #035A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A09

Black with #035A09

Text Example


Text Example

White with #035A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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