Html Css Color HEX #25520D Myrtle

📋 copy color: '#25520D'

red 37 ◦ green 82 ◦ blue 13

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

Shades of Myrtle #25520D

Tints of Myrtle #25520D

RGB

 RED value IS 37 (14.84% from 255) = 28.03%

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

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 28.03%
G = 62.12%
B = 9.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#25520D (or 0x25520D) is known color: Myrtle. HEX triplet: 25, 52 and 0D. RGB value is (37,82,13). Sum of RGB (Red+Green+Blue) = 37+82+13=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #25520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25520D is #DAADF2. Grayscale: #3C3C3C. Windows color (decimal): -14331379 or 872997. OLE color: 872997.

HSL color Cylindrical-coordinate representation of color #25520D: hue angle of 99.13º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25520D is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 13 -
CMYK 0.55 0 0.84 0.68
HSL 99.13º 0.73% 0.19% -
HSV(B) 99.13º 0.84% 0.32% -
XYZ 3.85 6.46 1.42 -
YUV 60.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 37 82 13 0.55 0 0.84 0.68 99.13 0.73 0.19
Hex 25 52 D 37 0 54 44 63 49 13
Octal 45 122 15 67 0 124 104 143 111 23
Binary 100101 1010010 1101 110111 0 1010100 1000100 1100011 1001001 10011

Color Harmonies of #25520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25520D

Black with #25520D

Text Example


Text Example

White with #25520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25520D; }

 p { color: rgb(37,82,13); }

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

background-color css

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

 a { background-color: rgb(37,82,13); }

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

border-color css

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

 span { border-color: rgb(37,82,13); }

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