Html Css Color HEX #255A14 Myrtle

📋 copy color: '#255A14'

red 37 ◦ green 90 ◦ blue 20

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

Shades of Myrtle #255A14

Tints of Myrtle #255A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 61.22%

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

R = 25.17%
G = 61.22%
B = 13.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#255A14 (or 0x255A14) is known color: Myrtle. HEX triplet: 25, 5A and 14. RGB value is (37,90,20). Sum of RGB (Red+Green+Blue) = 37+90+20=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #255A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255A14 is #DAA5EB. Grayscale: #424242. Windows color (decimal): -14329324 or 1333797. OLE color: 1333797.

HSL color Cylindrical-coordinate representation of color #255A14: hue angle of 105.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255A14 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 90 20 -
CMYK 0.59 0 0.78 0.65
HSL 105.43º 0.64% 0.22% -
HSV(B) 105.43º 0.78% 0.35% -
XYZ 4.55 7.76 1.92 -
YUV 66.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 37 90 20 0.59 0 0.78 0.65 105.43 0.64 0.22
Hex 25 5A 14 3B 0 4E 41 69 40 16
Octal 45 132 24 73 0 116 101 151 100 26
Binary 100101 1011010 10100 111011 0 1001110 1000001 1101001 1000000 10110

Color Harmonies of #255A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A14

Black with #255A14

Text Example


Text Example

White with #255A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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