Html Css Color HEX #225000 Myrtle

📋 copy color: '#225000'

red 34 ◦ green 80 ◦ blue 0

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

Shades of Myrtle #225000

Tints of Myrtle #225000

RGB

 RED value IS 34 (13.67% from 255) = 29.82%

 GREEN value IS 80 (31.64% from 255) = 70.18%

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

R = 29.82%
G = 70.18%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#225000 (or 0x225000) is known color: Myrtle. HEX triplet: 22, 50 and 00. RGB value is (34,80,0). Sum of RGB (Red+Green+Blue) = 34+80+0=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #225000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225000 is #DDAFFF. Grayscale: #393939. Windows color (decimal): -14528512 or 20514. OLE color: 20514.

HSL color Cylindrical-coordinate representation of color #225000: hue angle of 94.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #225000 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 80 0 -
CMYK 0.58 0 1 0.69
HSL 94.5º 1% 0.16% -
HSV(B) 94.5º 1% 0.31% -
XYZ 3.53 6.08 0.99 -
YUV 57.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 34 80 0 0.58 0 1 0.69 94.5 1 0.16
Hex 22 50 0 3A 0 64 45 5E 64 10
Octal 42 120 0 72 0 144 105 136 144 20
Binary 100010 1010000 0 111010 0 1100100 1000101 1011110 1100100 10000

Color Harmonies of #225000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225000

Black with #225000

Text Example


Text Example

White with #225000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225000; }

 p { color: rgb(34,80,0); }

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

background-color css

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

 a { background-color: rgb(34,80,0); }

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

border-color css

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

 span { border-color: rgb(34,80,0); }

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