Html Css Color HEX #254020 Myrtle

📋 copy color: '#254020'

red 37 ◦ green 64 ◦ blue 32

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

Shades of Myrtle #254020

Tints of Myrtle #254020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 27.82%
G = 48.12%
B = 24.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#254020 (or 0x254020) is known color: Myrtle. HEX triplet: 25, 40 and 20. RGB value is (37,64,32). Sum of RGB (Red+Green+Blue) = 37+64+32=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #254020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254020 is #DABFDF. Grayscale: #343434. Windows color (decimal): -14335968 or 2113573. OLE color: 2113573.

HSL color Cylindrical-coordinate representation of color #254020: hue angle of 110.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254020 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 32 -
CMYK 0.42 0 0.50 0.75
HSL 110.63º 0.33% 0.19% -
HSV(B) 110.63º 0.5% 0.25% -
XYZ 2.86 4.16 2.02 -
YUV 52.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 37 64 32 0.42 0 0.50 0.75 110.63 0.33 0.19
Hex 25 40 20 2A 0 32 4B 6F 21 13
Octal 45 100 40 52 0 62 113 157 41 23
Binary 100101 1000000 100000 101010 0 110010 1001011 1101111 100001 10011

Color Harmonies of #254020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254020

Black with #254020

Text Example


Text Example

White with #254020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254020; }

 p { color: rgb(37,64,32); }

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

background-color css

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

 a { background-color: rgb(37,64,32); }

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

border-color css

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

 span { border-color: rgb(37,64,32); }

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