Html Css Color HEX #384034 Palm Leaf

📋 copy color: '#384034'

red 56 ◦ green 64 ◦ blue 52

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

Shades of Palm Leaf #384034

Tints of Palm Leaf #384034

RGB

 RED value IS 56 (22.27% from 255) = 32.56%

 GREEN value IS 64 (25.39% from 255) = 37.21%

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

R = 32.56%
G = 37.21%
B = 30.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#384034 (or 0x384034) is known color: Palm Leaf. HEX triplet: 38, 40 and 34. RGB value is (56,64,52). Sum of RGB (Red+Green+Blue) = 56+64+52=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #384034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384034 is #C7BFCB. Grayscale: #3C3C3C. Windows color (decimal): -13090764 or 3424312. OLE color: 3424312.

HSL color Cylindrical-coordinate representation of color #384034: 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.19%. Process color model (Four color, CMYK) of #384034 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 52 -
CMYK 0.13 0 0.19 0.75
HSL 100º 0.1% 0.23% -
HSV(B) 100º 0.19% 0.25% -
XYZ 4.08 4.76 3.95 -
YUV 60.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 56 64 52 0.13 0 0.19 0.75 100 0.1 0.23
Hex 38 40 34 D 0 13 4B 64 A 17
Octal 70 100 64 15 0 23 113 144 12 27
Binary 111000 1000000 110100 1101 0 10011 1001011 1100100 1010 10111

Color Harmonies of #384034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384034

Black with #384034

Text Example


Text Example

White with #384034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384034; }

 p { color: rgb(56,64,52); }

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

background-color css

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

 a { background-color: rgb(56,64,52); }

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

border-color css

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

 span { border-color: rgb(56,64,52); }

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