Html Css Color HEX #375522 Palm Leaf

📋 copy color: '#375522'

red 55 ◦ green 85 ◦ blue 34

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

Shades of Palm Leaf #375522

Tints of Palm Leaf #375522

RGB

 RED value IS 55 (21.88% from 255) = 31.61%

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

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 31.61%
G = 48.85%
B = 19.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#375522 (or 0x375522) is known color: Palm Leaf. HEX triplet: 37, 55 and 22. RGB value is (55,85,34). Sum of RGB (Red+Green+Blue) = 55+85+34=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #375522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375522 is #C8AADD. Grayscale: #464646. Windows color (decimal): -13150942 or 2250039. OLE color: 2250039.

HSL color Cylindrical-coordinate representation of color #375522: hue angle of 95.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375522 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 34 -
CMYK 0.35 0 0.60 0.67
HSL 95.29º 0.43% 0.23% -
HSV(B) 95.29º 0.6% 0.33% -
XYZ 5.11 7.42 2.68 -
YUV 70.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 55 85 34 0.35 0 0.60 0.67 95.29 0.43 0.23
Hex 37 55 22 23 0 3C 43 5F 2B 17
Octal 67 125 42 43 0 74 103 137 53 27
Binary 110111 1010101 100010 100011 0 111100 1000011 1011111 101011 10111

Color Harmonies of #375522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375522

Black with #375522

Text Example


Text Example

White with #375522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375522; }

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

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

background-color css

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

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

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

border-color css

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

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

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