Html Css Color HEX #384C35 Palm Leaf

📋 copy color: '#384C35'

red 56 ◦ green 76 ◦ blue 53

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

Shades of Palm Leaf #384C35

Tints of Palm Leaf #384C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.65%

R = 30.27%
G = 41.08%
B = 28.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#384C35 (or 0x384C35) is known color: Palm Leaf. HEX triplet: 38, 4C and 35. RGB value is (56,76,53). Sum of RGB (Red+Green+Blue) = 56+76+53=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #384C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C35 is #C7B3CA. Grayscale: #434343. Windows color (decimal): -13087691 or 3492920. OLE color: 3492920.

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

Color convert

RGB 56 76 53 -
CMYK 0.26 0 0.30 0.70
HSL 112.17º 0.18% 0.25% -
HSV(B) 112.17º 0.3% 0.3% -
XYZ 4.86 6.27 4.32 -
YUV 67.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 56 76 53 0.26 0 0.30 0.70 112.17 0.18 0.25
Hex 38 4C 35 1A 0 1E 46 70 12 19
Octal 70 114 65 32 0 36 106 160 22 31
Binary 111000 1001100 110101 11010 0 11110 1000110 1110000 10010 11001

Color Harmonies of #384C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C35

Black with #384C35

Text Example


Text Example

White with #384C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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