Html Css Color HEX #394534 Palm Leaf

📋 copy color: '#394534'

red 57 ◦ green 69 ◦ blue 52

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

Shades of Palm Leaf #394534

Tints of Palm Leaf #394534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

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

R = 32.02%
G = 38.76%
B = 29.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#394534 (or 0x394534) is known color: Palm Leaf. HEX triplet: 39, 45 and 34. RGB value is (57,69,52). Sum of RGB (Red+Green+Blue) = 57+69+52=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #394534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394534 is #C6BACB. Grayscale: #3F3F3F. Windows color (decimal): -13023948 or 3425593. OLE color: 3425593.

HSL color Cylindrical-coordinate representation of color #394534: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394534 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 69 52 -
CMYK 0.17 0 0.25 0.73
HSL 102.35º 0.14% 0.24% -
HSV(B) 102.35º 0.25% 0.27% -
XYZ 4.44 5.37 4.05 -
YUV 63.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 57 69 52 0.17 0 0.25 0.73 102.35 0.14 0.24
Hex 39 45 34 11 0 19 49 66 E 18
Octal 71 105 64 21 0 31 111 146 16 30
Binary 111001 1000101 110100 10001 0 11001 1001001 1100110 1110 11000

Color Harmonies of #394534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394534

Black with #394534

Text Example


Text Example

White with #394534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394534; }

 p { color: rgb(57,69,52); }

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

background-color css

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

 a { background-color: rgb(57,69,52); }

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

border-color css

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

 span { border-color: rgb(57,69,52); }

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