Html Css Color HEX #375332 Palm Leaf

📋 copy color: '#375332'

red 55 ◦ green 83 ◦ blue 50

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

Shades of Palm Leaf #375332

Tints of Palm Leaf #375332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 29.26%
G = 44.15%
B = 26.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#375332 (or 0x375332) is known color: Palm Leaf. HEX triplet: 37, 53 and 32. RGB value is (55,83,50). Sum of RGB (Red+Green+Blue) = 55+83+50=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #375332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375332 is #C8ACCD. Grayscale: #464646. Windows color (decimal): -13151438 or 3298103. OLE color: 3298103.

HSL color Cylindrical-coordinate representation of color #375332: hue angle of 110.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375332 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 50 -
CMYK 0.34 0 0.40 0.67
HSL 110.91º 0.25% 0.26% -
HSV(B) 110.91º 0.4% 0.33% -
XYZ 5.24 7.23 4.14 -
YUV 70.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 55 83 50 0.34 0 0.40 0.67 110.91 0.25 0.26
Hex 37 53 32 22 0 28 43 6F 19 1A
Octal 67 123 62 42 0 50 103 157 31 32
Binary 110111 1010011 110010 100010 0 101000 1000011 1101111 11001 11010

Color Harmonies of #375332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375332

Black with #375332

Text Example


Text Example

White with #375332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375332; }

 p { color: rgb(55,83,50); }

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

background-color css

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

 a { background-color: rgb(55,83,50); }

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

border-color css

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

 span { border-color: rgb(55,83,50); }

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