Html Css Color HEX #25520A Myrtle

📋 copy color: '#25520A'

red 37 ◦ green 82 ◦ blue 10

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

Shades of Myrtle #25520A

Tints of Myrtle #25520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.75%

R = 28.68%
G = 63.57%
B = 7.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#25520A (or 0x25520A) is known color: Myrtle. HEX triplet: 25, 52 and 0A. RGB value is (37,82,10). Sum of RGB (Red+Green+Blue) = 37+82+10=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #25520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25520A is #DAADF5. Grayscale: #3C3C3C. Windows color (decimal): -14331382 or 676389. OLE color: 676389.

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

Color convert

RGB 37 82 10 -
CMYK 0.55 0 0.88 0.68
HSL 97.5º 0.78% 0.18% -
HSV(B) 97.5º 0.88% 0.32% -
XYZ 3.84 6.45 1.33 -
YUV 60.34 99.59 111.35 -
System Red Green Blue C M Y K H S L
Decimal 37 82 10 0.55 0 0.88 0.68 97.5 0.78 0.18
Hex 25 52 A 37 0 58 44 62 4E 12
Octal 45 122 12 67 0 130 104 142 116 22
Binary 100101 1010010 1010 110111 0 1011000 1000100 1100010 1001110 10010

Color Harmonies of #25520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25520A

Black with #25520A

Text Example


Text Example

White with #25520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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