Html Css Color HEX #295525 Myrtle

📋 copy color: '#295525'

red 41 ◦ green 85 ◦ blue 37

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

Shades of Myrtle #295525

Tints of Myrtle #295525

RGB

 RED value IS 41 (16.41% from 255) = 25.15%

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

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 25.15%
G = 52.15%
B = 22.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#295525 (or 0x295525) is known color: Myrtle. HEX triplet: 29, 55 and 25. RGB value is (41,85,37). Sum of RGB (Red+Green+Blue) = 41+85+37=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #295525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295525 is #D6AADA. Grayscale: #424242. Windows color (decimal): -14068443 or 2446633. OLE color: 2446633.

HSL color Cylindrical-coordinate representation of color #295525: hue angle of 115º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295525 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 37 -
CMYK 0.52 0 0.56 0.67
HSL 115º 0.39% 0.24% -
HSV(B) 115º 0.56% 0.33% -
XYZ 4.5 7.1 2.88 -
YUV 66.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 41 85 37 0.52 0 0.56 0.67 115 0.39 0.24
Hex 29 55 25 34 0 38 43 73 27 18
Octal 51 125 45 64 0 70 103 163 47 30
Binary 101001 1010101 100101 110100 0 111000 1000011 1110011 100111 11000

Color Harmonies of #295525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295525

Black with #295525

Text Example


Text Example

White with #295525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295525; }

 p { color: rgb(41,85,37); }

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

background-color css

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

 a { background-color: rgb(41,85,37); }

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

border-color css

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

 span { border-color: rgb(41,85,37); }

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