Html Css Color HEX #035008 Myrtle

📋 copy color: '#035008'

red 3 ◦ green 80 ◦ blue 8

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

Shades of Myrtle #035008

Tints of Myrtle #035008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 87.91%

 BLUE value IS 8 (3.52% from 255) = 8.79%

R = 3.3%
G = 87.91%
B = 8.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#035008 (or 0x035008) is known color: Myrtle. HEX triplet: 03, 50 and 08. RGB value is (3,80,8). Sum of RGB (Red+Green+Blue) = 3+80+8=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 80 (31.64% from 255 or 87.91% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 80 - color contains mainly: green. Hex color #035008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035008 is #FCAFF7. Grayscale: #303030. Windows color (decimal): -16560120 or 544771. OLE color: 544771.

HSL color Cylindrical-coordinate representation of color #035008: hue angle of 123.9º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035008 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 80 8 -
CMYK 0.96 0 0.90 0.69
HSL 123.9º 0.93% 0.16% -
HSV(B) 123.9º 0.96% 0.31% -
XYZ 2.95 5.77 1.19 -
YUV 48.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 3 80 8 0.96 0 0.90 0.69 123.9 0.93 0.16
Hex 3 50 8 60 0 5A 45 7C 5D 10
Octal 3 120 10 140 0 132 105 174 135 20
Binary 11 1010000 1000 1100000 0 1011010 1000101 1111100 1011101 10000

Color Harmonies of #035008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035008

Black with #035008

Text Example


Text Example

White with #035008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035008; }

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

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

background-color css

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

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

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

border-color css

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

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

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