Html Css Color HEX #235520 Myrtle

📋 copy color: '#235520'

red 35 ◦ green 85 ◦ blue 32

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

Shades of Myrtle #235520

Tints of Myrtle #235520

RGB

 RED value IS 35 (14.06% from 255) = 23.03%

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

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 23.03%
G = 55.92%
B = 21.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#235520 (or 0x235520) is known color: Myrtle. HEX triplet: 23, 55 and 20. RGB value is (35,85,32). Sum of RGB (Red+Green+Blue) = 35+85+32=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #235520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235520 is #DCAADF. Grayscale: #404040. Windows color (decimal): -14461664 or 2118947. OLE color: 2118947.

HSL color Cylindrical-coordinate representation of color #235520: hue angle of 116.6º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235520 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 85 32 -
CMYK 0.59 0 0.62 0.67
HSL 116.6º 0.45% 0.23% -
HSV(B) 116.6º 0.62% 0.33% -
XYZ 4.2 6.96 2.49 -
YUV 64.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 35 85 32 0.59 0 0.62 0.67 116.6 0.45 0.23
Hex 23 55 20 3B 0 3E 43 75 2D 17
Octal 43 125 40 73 0 76 103 165 55 27
Binary 100011 1010101 100000 111011 0 111110 1000011 1110101 101101 10111

Color Harmonies of #235520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235520

Black with #235520

Text Example


Text Example

White with #235520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235520; }

 p { color: rgb(35,85,32); }

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

background-color css

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

 a { background-color: rgb(35,85,32); }

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

border-color css

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

 span { border-color: rgb(35,85,32); }

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