Html Css Color HEX #384C34 Palm Leaf

📋 copy color: '#384C34'

red 56 ◦ green 76 ◦ blue 52

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

Shades of Palm Leaf #384C34

Tints of Palm Leaf #384C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

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

R = 30.43%
G = 41.3%
B = 28.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#384C34 (or 0x384C34) is known color: Palm Leaf. HEX triplet: 38, 4C and 34. RGB value is (56,76,52). Sum of RGB (Red+Green+Blue) = 56+76+52=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #384C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C34 is #C7B3CB. Grayscale: #434343. Windows color (decimal): -13087692 or 3427384. OLE color: 3427384.

HSL color Cylindrical-coordinate representation of color #384C34: hue angle of 110º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384C34 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 76 52 -
CMYK 0.26 0 0.32 0.70
HSL 110º 0.19% 0.25% -
HSV(B) 110º 0.32% 0.3% -
XYZ 4.84 6.26 4.2 -
YUV 67.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 56 76 52 0.26 0 0.32 0.70 110 0.19 0.25
Hex 38 4C 34 1A 0 20 46 6E 13 19
Octal 70 114 64 32 0 40 106 156 23 31
Binary 111000 1001100 110100 11010 0 100000 1000110 1101110 10011 11001

Color Harmonies of #384C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C34

Black with #384C34

Text Example


Text Example

White with #384C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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