Html Css Color HEX #375134 Palm Leaf

📋 copy color: '#375134'

red 55 ◦ green 81 ◦ blue 52

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

Shades of Palm Leaf #375134

Tints of Palm Leaf #375134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 29.26%
G = 43.09%
B = 27.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#375134 (or 0x375134) is known color: Palm Leaf. HEX triplet: 37, 51 and 34. RGB value is (55,81,52). Sum of RGB (Red+Green+Blue) = 55+81+52=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #375134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375134 is #C8AECB. Grayscale: #464646. Windows color (decimal): -13151948 or 3428663. OLE color: 3428663.

HSL color Cylindrical-coordinate representation of color #375134: hue angle of 113.79º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375134 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 52 -
CMYK 0.32 0 0.36 0.68
HSL 113.79º 0.22% 0.26% -
HSV(B) 113.79º 0.36% 0.32% -
XYZ 5.14 6.95 4.32 -
YUV 69.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 55 81 52 0.32 0 0.36 0.68 113.79 0.22 0.26
Hex 37 51 34 20 0 24 44 72 16 1A
Octal 67 121 64 40 0 44 104 162 26 32
Binary 110111 1010001 110100 100000 0 100100 1000100 1110010 10110 11010

Color Harmonies of #375134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375134

Black with #375134

Text Example


Text Example

White with #375134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375134; }

 p { color: rgb(55,81,52); }

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

background-color css

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

 a { background-color: rgb(55,81,52); }

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

border-color css

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

 span { border-color: rgb(55,81,52); }

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