Html Css Color HEX #255020 Myrtle

📋 copy color: '#255020'

red 37 ◦ green 80 ◦ blue 32

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

Shades of Myrtle #255020

Tints of Myrtle #255020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 53.69%

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

R = 24.83%
G = 53.69%
B = 21.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#255020 (or 0x255020) is known color: Myrtle. HEX triplet: 25, 50 and 20. RGB value is (37,80,32). Sum of RGB (Red+Green+Blue) = 37+80+32=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #255020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255020 is #DAAFDF. Grayscale: #3D3D3D. Windows color (decimal): -14331872 or 2117669. OLE color: 2117669.

HSL color Cylindrical-coordinate representation of color #255020: hue angle of 113.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255020 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 80 32 -
CMYK 0.54 0 0.60 0.69
HSL 113.75º 0.43% 0.22% -
HSV(B) 113.75º 0.6% 0.31% -
XYZ 3.89 6.23 2.36 -
YUV 61.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 37 80 32 0.54 0 0.60 0.69 113.75 0.43 0.22
Hex 25 50 20 36 0 3C 45 72 2B 16
Octal 45 120 40 66 0 74 105 162 53 26
Binary 100101 1010000 100000 110110 0 111100 1000101 1110010 101011 10110

Color Harmonies of #255020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255020

Black with #255020

Text Example


Text Example

White with #255020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255020; }

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

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

background-color css

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

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

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

border-color css

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

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

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