Html Css Color HEX #25480B Myrtle

📋 copy color: '#25480B'

red 37 ◦ green 72 ◦ blue 11

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

Shades of Myrtle #25480B

Tints of Myrtle #25480B

RGB

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

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

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

R = 30.83%
G = 60%
B = 9.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#25480B (or 0x25480B) is known color: Myrtle. HEX triplet: 25, 48 and 0B. RGB value is (37,72,11). Sum of RGB (Red+Green+Blue) = 37+72+11=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #25480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25480B is #DAB7F4. Grayscale: #363636. Windows color (decimal): -14333941 or 739365. OLE color: 739365.

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

Color convert

RGB 37 72 11 -
CMYK 0.49 0 0.85 0.72
HSL 94.43º 0.73% 0.16% -
HSV(B) 94.43º 0.85% 0.28% -
XYZ 3.14 5.05 1.13 -
YUV 54.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 37 72 11 0.49 0 0.85 0.72 94.43 0.73 0.16
Hex 25 48 B 31 0 55 48 5E 49 10
Octal 45 110 13 61 0 125 110 136 111 20
Binary 100101 1001000 1011 110001 0 1010101 1001000 1011110 1001001 10000

Color Harmonies of #25480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25480B

Black with #25480B

Text Example


Text Example

White with #25480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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