Html Css Color HEX #384732 Palm Leaf

📋 copy color: '#384732'

red 56 ◦ green 71 ◦ blue 50

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

Shades of Palm Leaf #384732

Tints of Palm Leaf #384732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

 BLUE value IS 50 (19.92% from 255) = 28.25%

R = 31.64%
G = 40.11%
B = 28.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#384732 (or 0x384732) is known color: Palm Leaf. HEX triplet: 38, 47 and 32. RGB value is (56,71,50). Sum of RGB (Red+Green+Blue) = 56+71+50=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #384732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384732 is #C7B8CD. Grayscale: #404040. Windows color (decimal): -13088974 or 3295032. OLE color: 3295032.

HSL color Cylindrical-coordinate representation of color #384732: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384732 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 50 -
CMYK 0.21 0 0.30 0.72
HSL 102.86º 0.17% 0.24% -
HSV(B) 102.86º 0.3% 0.28% -
XYZ 4.46 5.58 3.86 -
YUV 64.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 56 71 50 0.21 0 0.30 0.72 102.86 0.17 0.24
Hex 38 47 32 15 0 1E 48 67 11 18
Octal 70 107 62 25 0 36 110 147 21 30
Binary 111000 1000111 110010 10101 0 11110 1001000 1100111 10001 11000

Color Harmonies of #384732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384732

Black with #384732

Text Example


Text Example

White with #384732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384732; }

 p { color: rgb(56,71,50); }

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

background-color css

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

 a { background-color: rgb(56,71,50); }

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

border-color css

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

 span { border-color: rgb(56,71,50); }

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