Html Css Color HEX #25480A Myrtle

📋 copy color: '#25480A'

red 37 ◦ green 72 ◦ blue 10

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

Shades of Myrtle #25480A

Tints of Myrtle #25480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60.5%

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

R = 31.09%
G = 60.5%
B = 8.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#25480A (or 0x25480A) is known color: Myrtle. HEX triplet: 25, 48 and 0A. RGB value is (37,72,10). Sum of RGB (Red+Green+Blue) = 37+72+10=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #25480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25480A is #DAB7F5. Grayscale: #363636. Windows color (decimal): -14333942 or 673829. OLE color: 673829.

HSL color Cylindrical-coordinate representation of color #25480A: hue angle of 93.87º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25480A is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 72 10 -
CMYK 0.49 0 0.86 0.72
HSL 93.87º 0.76% 0.16% -
HSV(B) 93.87º 0.86% 0.28% -
XYZ 3.14 5.05 1.1 -
YUV 54.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 37 72 10 0.49 0 0.86 0.72 93.87 0.76 0.16
Hex 25 48 A 31 0 56 48 5E 4C 10
Octal 45 110 12 61 0 126 110 136 114 20
Binary 100101 1001000 1010 110001 0 1010110 1001000 1011110 1001100 10000

Color Harmonies of #25480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25480A

Black with #25480A

Text Example


Text Example

White with #25480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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