Html Css Color HEX #384F2D Palm Leaf

📋 copy color: '#384F2D'

red 56 ◦ green 79 ◦ blue 45

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

Shades of Palm Leaf #384F2D

Tints of Palm Leaf #384F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.89%

 BLUE value IS 45 (17.97% from 255) = 25%

R = 31.11%
G = 43.89%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#384F2D (or 0x384F2D) is known color: Palm Leaf. HEX triplet: 38, 4F and 2D. RGB value is (56,79,45). Sum of RGB (Red+Green+Blue) = 56+79+45=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #384F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F2D is #C7B0D2. Grayscale: #444444. Windows color (decimal): -13086931 or 2969400. OLE color: 2969400.

HSL color Cylindrical-coordinate representation of color #384F2D: hue angle of 100.59º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384F2D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 79 45 -
CMYK 0.29 0 0.43 0.69
HSL 100.59º 0.27% 0.24% -
HSV(B) 100.59º 0.43% 0.31% -
XYZ 4.9 6.62 3.5 -
YUV 68.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 56 79 45 0.29 0 0.43 0.69 100.59 0.27 0.24
Hex 38 4F 2D 1D 0 2B 45 65 1B 18
Octal 70 117 55 35 0 53 105 145 33 30
Binary 111000 1001111 101101 11101 0 101011 1000101 1100101 11011 11000

Color Harmonies of #384F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F2D

Black with #384F2D

Text Example


Text Example

White with #384F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,79,45); }

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

background-color css

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

 a { background-color: rgb(56,79,45); }

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

border-color css

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

 span { border-color: rgb(56,79,45); }

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