Html Css Color HEX #384C2E Palm Leaf

📋 copy color: '#384C2E'

red 56 ◦ green 76 ◦ blue 46

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

Shades of Palm Leaf #384C2E

Tints of Palm Leaf #384C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.84%

R = 31.46%
G = 42.7%
B = 25.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#384C2E (or 0x384C2E) is known color: Palm Leaf. HEX triplet: 38, 4C and 2E. RGB value is (56,76,46). Sum of RGB (Red+Green+Blue) = 56+76+46=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #384C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C2E is #C7B3D1. Grayscale: #424242. Windows color (decimal): -13087698 or 3034168. OLE color: 3034168.

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

Color convert

RGB 56 76 46 -
CMYK 0.26 0 0.39 0.70
HSL 100º 0.25% 0.24% -
HSV(B) 100º 0.39% 0.3% -
XYZ 4.71 6.21 3.53 -
YUV 66.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 56 76 46 0.26 0 0.39 0.70 100 0.25 0.24
Hex 38 4C 2E 1A 0 27 46 64 19 18
Octal 70 114 56 32 0 47 106 144 31 30
Binary 111000 1001100 101110 11010 0 100111 1000110 1100100 11001 11000

Color Harmonies of #384C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C2E

Black with #384C2E

Text Example


Text Example

White with #384C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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