Html Css Color HEX #375521 Palm Leaf

📋 copy color: '#375521'

red 55 ◦ green 85 ◦ blue 33

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

Shades of Palm Leaf #375521

Tints of Palm Leaf #375521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 31.79%
G = 49.13%
B = 19.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#375521 (or 0x375521) is known color: Palm Leaf. HEX triplet: 37, 55 and 21. RGB value is (55,85,33). Sum of RGB (Red+Green+Blue) = 55+85+33=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #375521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375521 is #C8AADE. Grayscale: #464646. Windows color (decimal): -13150943 or 2184503. OLE color: 2184503.

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

Color convert

RGB 55 85 33 -
CMYK 0.35 0 0.61 0.67
HSL 94.62º 0.44% 0.23% -
HSV(B) 94.62º 0.61% 0.33% -
XYZ 5.1 7.42 2.6 -
YUV 70.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 55 85 33 0.35 0 0.61 0.67 94.62 0.44 0.23
Hex 37 55 21 23 0 3D 43 5F 2C 17
Octal 67 125 41 43 0 75 103 137 54 27
Binary 110111 1010101 100001 100011 0 111101 1000011 1011111 101100 10111

Color Harmonies of #375521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375521

Black with #375521

Text Example


Text Example

White with #375521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375521; }

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

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

background-color css

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

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

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

border-color css

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

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

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