Html Css Color HEX #256014 Myrtle

📋 copy color: '#256014'

red 37 ◦ green 96 ◦ blue 20

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

Shades of Myrtle #256014

Tints of Myrtle #256014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 62.75%

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

R = 24.18%
G = 62.75%
B = 13.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#256014 (or 0x256014) is known color: Myrtle. HEX triplet: 25, 60 and 14. RGB value is (37,96,20). Sum of RGB (Red+Green+Blue) = 37+96+20=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #256014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256014 is #DA9FEB. Grayscale: #454545. Windows color (decimal): -14327788 or 1335333. OLE color: 1335333.

HSL color Cylindrical-coordinate representation of color #256014: hue angle of 106.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256014 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 96 20 -
CMYK 0.61 0 0.79 0.62
HSL 106.58º 0.66% 0.23% -
HSV(B) 106.58º 0.79% 0.38% -
XYZ 5.07 8.81 2.09 -
YUV 69.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 37 96 20 0.61 0 0.79 0.62 106.58 0.66 0.23
Hex 25 60 14 3D 0 4F 3E 6B 42 17
Octal 45 140 24 75 0 117 76 153 102 27
Binary 100101 1100000 10100 111101 0 1001111 111110 1101011 1000010 10111

Color Harmonies of #256014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256014

Black with #256014

Text Example


Text Example

White with #256014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256014; }

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

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

background-color css

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

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

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

border-color css

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

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

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