Html Css Color HEX #256012 Myrtle

📋 copy color: '#256012'

red 37 ◦ green 96 ◦ blue 18

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

Shades of Myrtle #256012

Tints of Myrtle #256012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 24.5%
G = 63.58%
B = 11.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#256012 (or 0x256012) is known color: Myrtle. HEX triplet: 25, 60 and 12. RGB value is (37,96,18). Sum of RGB (Red+Green+Blue) = 37+96+18=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #256012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256012 is #DA9FED. Grayscale: #454545. Windows color (decimal): -14327790 or 1204261. OLE color: 1204261.

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

Color convert

RGB 37 96 18 -
CMYK 0.61 0 0.81 0.62
HSL 105.38º 0.68% 0.22% -
HSV(B) 105.38º 0.81% 0.38% -
XYZ 5.06 8.8 2 -
YUV 69.47 98.95 104.84 -
System Red Green Blue C M Y K H S L
Decimal 37 96 18 0.61 0 0.81 0.62 105.38 0.68 0.22
Hex 25 60 12 3D 0 51 3E 69 44 16
Octal 45 140 22 75 0 121 76 151 104 26
Binary 100101 1100000 10010 111101 0 1010001 111110 1101001 1000100 10110

Color Harmonies of #256012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256012

Black with #256012

Text Example


Text Example

White with #256012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256012; }

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

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

background-color css

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

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

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

border-color css

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

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

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