Html Css Color HEX #395430 Palm Leaf

📋 copy color: '#395430'

red 57 ◦ green 84 ◦ blue 48

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

Shades of Palm Leaf #395430

Tints of Palm Leaf #395430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 30.16%
G = 44.44%
B = 25.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#395430 (or 0x395430) is known color: Palm Leaf. HEX triplet: 39, 54 and 30. RGB value is (57,84,48). Sum of RGB (Red+Green+Blue) = 57+84+48=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #395430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395430 is #C6ABCF. Grayscale: #474747. Windows color (decimal): -13020112 or 3167289. OLE color: 3167289.

HSL color Cylindrical-coordinate representation of color #395430: hue angle of 105º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #395430 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 48 -
CMYK 0.32 0 0.43 0.67
HSL 105º 0.27% 0.26% -
HSV(B) 105º 0.43% 0.33% -
XYZ 5.39 7.42 3.95 -
YUV 71.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 57 84 48 0.32 0 0.43 0.67 105 0.27 0.26
Hex 39 54 30 20 0 2B 43 69 1B 1A
Octal 71 124 60 40 0 53 103 151 33 32
Binary 111001 1010100 110000 100000 0 101011 1000011 1101001 11011 11010

Color Harmonies of #395430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395430

Black with #395430

Text Example


Text Example

White with #395430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395430; }

 p { color: rgb(57,84,48); }

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

background-color css

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

 a { background-color: rgb(57,84,48); }

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

border-color css

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

 span { border-color: rgb(57,84,48); }

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