Html Css Color HEX #225015 Myrtle

📋 copy color: '#225015'

red 34 ◦ green 80 ◦ blue 21

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

Shades of Myrtle #225015

Tints of Myrtle #225015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 25.19%
G = 59.26%
B = 15.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#225015 (or 0x225015) is known color: Myrtle. HEX triplet: 22, 50 and 15. RGB value is (34,80,21). Sum of RGB (Red+Green+Blue) = 34+80+21=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #225015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225015 is #DDAFEA. Grayscale: #3B3B3B. Windows color (decimal): -14528491 or 1396770. OLE color: 1396770.

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

Color convert

RGB 34 80 21 -
CMYK 0.58 0 0.74 0.69
HSL 106.78º 0.58% 0.2% -
HSV(B) 106.78º 0.74% 0.31% -
XYZ 3.66 6.13 1.7 -
YUV 59.52 106.26 109.8 -
System Red Green Blue C M Y K H S L
Decimal 34 80 21 0.58 0 0.74 0.69 106.78 0.58 0.2
Hex 22 50 15 3A 0 4A 45 6B 3A 14
Octal 42 120 25 72 0 112 105 153 72 24
Binary 100010 1010000 10101 111010 0 1001010 1000101 1101011 111010 10100

Color Harmonies of #225015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225015

Black with #225015

Text Example


Text Example

White with #225015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225015; }

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

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

background-color css

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

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

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

border-color css

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

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

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