Html Css Color HEX #003511 Dark Green

📋 copy color: '#003511'

red 0 ◦ green 53 ◦ blue 17

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

Shades of Dark Green #003511

Tints of Dark Green #003511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 24.29%

R = 0%
G = 75.71%
B = 24.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#003511 (or 0x003511) is known color: Dark Green. HEX triplet: 00, 35 and 11. RGB value is (0,53,17). Sum of RGB (Red+Green+Blue) = 0+53+17=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 53 (21.09% from 255 or 75.71% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 53 - color contains mainly: green. Hex color #003511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003511 is #FFCAEE. Grayscale: #212121. Windows color (decimal): -16763631 or 1127680. OLE color: 1127680.

HSL color Cylindrical-coordinate representation of color #003511: hue angle of 139.25º 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 #003511 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 53 17 -
CMYK 1 0 0.68 0.79
HSL 139.25º 1% 0.1% -
HSV(B) 139.25º 1% 0.21% -
XYZ 1.37 2.59 0.96 -
YUV 33.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 0 53 17 1 0 0.68 0.79 139.25 1 0.1
Hex 0 35 11 64 0 44 4F 8B 64 A
Octal 0 65 21 144 0 104 117 213 144 12
Binary 0 110101 10001 1100100 0 1000100 1001111 10001011 1100100 1010

Color Harmonies of #003511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003511

Black with #003511

Text Example


Text Example

White with #003511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003511; }

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

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

background-color css

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

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

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

border-color css

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

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

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