Html Css Color HEX #374135 Palm Leaf

📋 copy color: '#374135'

red 55 ◦ green 65 ◦ blue 53

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

Shades of Palm Leaf #374135

Tints of Palm Leaf #374135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 53 (21.09% from 255) = 30.64%

R = 31.79%
G = 37.57%
B = 30.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#374135 (or 0x374135) is known color: Palm Leaf. HEX triplet: 37, 41 and 35. RGB value is (55,65,53). Sum of RGB (Red+Green+Blue) = 55+65+53=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #374135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374135 is #C8BECA. Grayscale: #3C3C3C. Windows color (decimal): -13156043 or 3490103. OLE color: 3490103.

HSL color Cylindrical-coordinate representation of color #374135: hue angle of 110º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #374135 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 53 -
CMYK 0.15 0 0.18 0.75
HSL 110º 0.1% 0.23% -
HSV(B) 110º 0.18% 0.25% -
XYZ 4.11 4.85 4.09 -
YUV 60.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 55 65 53 0.15 0 0.18 0.75 110 0.1 0.23
Hex 37 41 35 F 0 12 4B 6E A 17
Octal 67 101 65 17 0 22 113 156 12 27
Binary 110111 1000001 110101 1111 0 10010 1001011 1101110 1010 10111

Color Harmonies of #374135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374135

Black with #374135

Text Example


Text Example

White with #374135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374135; }

 p { color: rgb(55,65,53); }

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

background-color css

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

 a { background-color: rgb(55,65,53); }

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

border-color css

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

 span { border-color: rgb(55,65,53); }

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