Html Css Color HEX #00520B Myrtle

📋 copy color: '#00520B'

red 0 ◦ green 82 ◦ blue 11

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

Shades of Myrtle #00520B

Tints of Myrtle #00520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 88.17%

 BLUE value IS 11 (4.69% from 255) = 11.83%

R = 0%
G = 88.17%
B = 11.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#00520B (or 0x00520B) is known color: Myrtle. HEX triplet: 00, 52 and 0B. RGB value is (0,82,11). Sum of RGB (Red+Green+Blue) = 0+82+11=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 82 (32.42% from 255 or 88.17% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 82 - color contains mainly: green. Hex color #00520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00520B is #FFADF4. Grayscale: #313131. Windows color (decimal): -16756213 or 741888. OLE color: 741888.

HSL color Cylindrical-coordinate representation of color #00520B: hue angle of 128.05º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00520B is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 11 -
CMYK 1 0 0.87 0.68
HSL 128.05º 1% 0.16% -
HSV(B) 128.05º 1% 0.32% -
XYZ 3.08 6.06 1.32 -
YUV 49.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 0 82 11 1 0 0.87 0.68 128.05 1 0.16
Hex 0 52 B 64 0 57 44 80 64 10
Octal 0 122 13 144 0 127 104 200 144 20
Binary 0 1010010 1011 1100100 0 1010111 1000100 10000000 1100100 10000

Color Harmonies of #00520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00520B

Black with #00520B

Text Example


Text Example

White with #00520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00520B; }

 p { color: rgb(0,82,11); }

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

background-color css

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

 a { background-color: rgb(0,82,11); }

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

border-color css

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

 span { border-color: rgb(0,82,11); }

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