Html Css Color HEX #003505 Myrtle

📋 copy color: '#003505'

red 0 ◦ green 53 ◦ blue 5

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

Shades of Myrtle #003505

Tints of Myrtle #003505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 91.38%

 BLUE value IS 5 (2.34% from 255) = 8.62%

R = 0%
G = 91.38%
B = 8.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#003505 (or 0x003505) is known color: Myrtle. HEX triplet: 00, 35 and 05. RGB value is (0,53,5). Sum of RGB (Red+Green+Blue) = 0+53+5=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 53 (21.09% from 255 or 91.38% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 53 - color contains mainly: green. Hex color #003505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003505 is #FFCAFA. Grayscale: #1F1F1F. Windows color (decimal): -16763643 or 341248. OLE color: 341248.

HSL color Cylindrical-coordinate representation of color #003505: hue angle of 125.66º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003505 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 53 5 -
CMYK 1 0 0.91 0.79
HSL 125.66º 1% 0.1% -
HSV(B) 125.66º 1% 0.21% -
XYZ 1.3 2.56 0.57 -
YUV 31.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 0 53 5 1 0 0.91 0.79 125.66 1 0.1
Hex 0 35 5 64 0 5B 4F 7E 64 A
Octal 0 65 5 144 0 133 117 176 144 12
Binary 0 110101 101 1100100 0 1011011 1001111 1111110 1100100 1010

Color Harmonies of #003505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003505

Black with #003505

Text Example


Text Example

White with #003505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003505; }

 p { color: rgb(0,53,5); }

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

background-color css

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

 a { background-color: rgb(0,53,5); }

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

border-color css

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

 span { border-color: rgb(0,53,5); }

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