Html Css Color HEX #256000 Myrtle

📋 copy color: '#256000'

red 37 ◦ green 96 ◦ blue 0

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

Shades of Myrtle #256000

Tints of Myrtle #256000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.82%
G = 72.18%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#256000 (or 0x256000) is known color: Myrtle. HEX triplet: 25, 60 and 00. RGB value is (37,96,0). Sum of RGB (Red+Green+Blue) = 37+96+0=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #256000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256000 is #DA9FFF. Grayscale: #434343. Windows color (decimal): -14327808 or 24613. OLE color: 24613.

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

Color convert

RGB 37 96 0 -
CMYK 0.61 0 1 0.62
HSL 96.88º 1% 0.19% -
HSV(B) 96.88º 1% 0.38% -
XYZ 4.95 8.76 1.43 -
YUV 67.42 89.95 106.31 -
System Red Green Blue C M Y K H S L
Decimal 37 96 0 0.61 0 1 0.62 96.88 1 0.19
Hex 25 60 0 3D 0 64 3E 61 64 13
Octal 45 140 0 75 0 144 76 141 144 23
Binary 100101 1100000 0 111101 0 1100100 111110 1100001 1100100 10011

Color Harmonies of #256000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256000

Black with #256000

Text Example


Text Example

White with #256000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256000; }

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

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

background-color css

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

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

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

border-color css

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

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

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