Html Css Color HEX #255D14 Myrtle

📋 copy color: '#255D14'

red 37 ◦ green 93 ◦ blue 20

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

Shades of Myrtle #255D14

Tints of Myrtle #255D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 62%

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

R = 24.67%
G = 62%
B = 13.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#255D14 (or 0x255D14) is known color: Myrtle. HEX triplet: 25, 5D and 14. RGB value is (37,93,20). Sum of RGB (Red+Green+Blue) = 37+93+20=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #255D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255D14 is #DAA2EB. Grayscale: #444444. Windows color (decimal): -14328556 or 1334565. OLE color: 1334565.

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

Color convert

RGB 37 93 20 -
CMYK 0.60 0 0.78 0.64
HSL 106.03º 0.65% 0.22% -
HSV(B) 106.03º 0.78% 0.36% -
XYZ 4.8 8.27 2.01 -
YUV 67.93 100.95 105.94 -
System Red Green Blue C M Y K H S L
Decimal 37 93 20 0.60 0 0.78 0.64 106.03 0.65 0.22
Hex 25 5D 14 3C 0 4E 40 6A 41 16
Octal 45 135 24 74 0 116 100 152 101 26
Binary 100101 1011101 10100 111100 0 1001110 1000000 1101010 1000001 10110

Color Harmonies of #255D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D14

Black with #255D14

Text Example


Text Example

White with #255D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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