Html Css Color HEX #394135 Palm Leaf

📋 copy color: '#394135'

red 57 ◦ green 65 ◦ blue 53

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

Shades of Palm Leaf #394135

Tints of Palm Leaf #394135

RGB

 RED value IS 57 (22.66% from 255) = 32.57%

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

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

R = 32.57%
G = 37.14%
B = 30.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#394135 (or 0x394135) is known color: Palm Leaf. HEX triplet: 39, 41 and 35. RGB value is (57,65,53). Sum of RGB (Red+Green+Blue) = 57+65+53=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #394135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394135 is #C6BECA. Grayscale: #3D3D3D. Windows color (decimal): -13024971 or 3490105. OLE color: 3490105.

HSL color Cylindrical-coordinate representation of color #394135: hue angle of 100º 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 #394135 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 53 -
CMYK 0.12 0 0.18 0.75
HSL 100º 0.1% 0.23% -
HSV(B) 100º 0.18% 0.25% -
XYZ 4.22 4.91 4.09 -
YUV 61.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 57 65 53 0.12 0 0.18 0.75 100 0.1 0.23
Hex 39 41 35 C 0 12 4B 64 A 17
Octal 71 101 65 14 0 22 113 144 12 27
Binary 111001 1000001 110101 1100 0 10010 1001011 1100100 1010 10111

Color Harmonies of #394135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394135

Black with #394135

Text Example


Text Example

White with #394135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394135; }

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

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

background-color css

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

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

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

border-color css

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

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

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