Html Css Color HEX #225513 Myrtle

📋 copy color: '#225513'

red 34 ◦ green 85 ◦ blue 19

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

Shades of Myrtle #225513

Tints of Myrtle #225513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 61.59%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 24.64%
G = 61.59%
B = 13.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#225513 (or 0x225513) is known color: Myrtle. HEX triplet: 22, 55 and 13. RGB value is (34,85,19). Sum of RGB (Red+Green+Blue) = 34+85+19=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #225513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225513 is #DDAAEC. Grayscale: #3E3E3E. Windows color (decimal): -14527213 or 1266978. OLE color: 1266978.

HSL color Cylindrical-coordinate representation of color #225513: hue angle of 106.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225513 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 85 19 -
CMYK 0.60 0 0.78 0.67
HSL 106.36º 0.63% 0.2% -
HSV(B) 106.36º 0.78% 0.33% -
XYZ 4.03 6.88 1.73 -
YUV 62.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 34 85 19 0.60 0 0.78 0.67 106.36 0.63 0.2
Hex 22 55 13 3C 0 4E 43 6A 3F 14
Octal 42 125 23 74 0 116 103 152 77 24
Binary 100010 1010101 10011 111100 0 1001110 1000011 1101010 111111 10100

Color Harmonies of #225513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225513

Black with #225513

Text Example


Text Example

White with #225513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225513; }

 p { color: rgb(34,85,19); }

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

background-color css

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

 a { background-color: rgb(34,85,19); }

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

border-color css

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

 span { border-color: rgb(34,85,19); }

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