Html Css Color HEX #375323 Palm Leaf

📋 copy color: '#375323'

red 55 ◦ green 83 ◦ blue 35

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

Shades of Palm Leaf #375323

Tints of Palm Leaf #375323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.23%

R = 31.79%
G = 47.98%
B = 20.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#375323 (or 0x375323) is known color: Palm Leaf. HEX triplet: 37, 53 and 23. RGB value is (55,83,35). Sum of RGB (Red+Green+Blue) = 55+83+35=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #375323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375323 is #C8ACDC. Grayscale: #454545. Windows color (decimal): -13151453 or 2315063. OLE color: 2315063.

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

Color convert

RGB 55 83 35 -
CMYK 0.34 0 0.58 0.67
HSL 95º 0.41% 0.23% -
HSV(B) 95º 0.58% 0.33% -
XYZ 4.97 7.12 2.7 -
YUV 69.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 55 83 35 0.34 0 0.58 0.67 95 0.41 0.23
Hex 37 53 23 22 0 3A 43 5F 29 17
Octal 67 123 43 42 0 72 103 137 51 27
Binary 110111 1010011 100011 100010 0 111010 1000011 1011111 101001 10111

Color Harmonies of #375323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375323

Black with #375323

Text Example


Text Example

White with #375323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375323; }

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

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

background-color css

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

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

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

border-color css

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

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

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