Html Css Color HEX #255014 Myrtle

📋 copy color: '#255014'

red 37 ◦ green 80 ◦ blue 20

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

Shades of Myrtle #255014

Tints of Myrtle #255014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 27.01%
G = 58.39%
B = 14.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#255014 (or 0x255014) is known color: Myrtle. HEX triplet: 25, 50 and 14. RGB value is (37,80,20). Sum of RGB (Red+Green+Blue) = 37+80+20=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #255014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255014 is #DAAFEB. Grayscale: #3C3C3C. Windows color (decimal): -14331884 or 1331237. OLE color: 1331237.

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

Color convert

RGB 37 80 20 -
CMYK 0.54 0 0.75 0.69
HSL 103º 0.6% 0.2% -
HSV(B) 103º 0.75% 0.31% -
XYZ 3.76 6.18 1.66 -
YUV 60.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 37 80 20 0.54 0 0.75 0.69 103 0.6 0.2
Hex 25 50 14 36 0 4B 45 67 3C 14
Octal 45 120 24 66 0 113 105 147 74 24
Binary 100101 1010000 10100 110110 0 1001011 1000101 1100111 111100 10100

Color Harmonies of #255014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255014

Black with #255014

Text Example


Text Example

White with #255014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255014; }

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

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

background-color css

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

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

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

border-color css

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

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

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