Html Css Color HEX #384432 Palm Leaf

📋 copy color: '#384432'

red 56 ◦ green 68 ◦ blue 50

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

Shades of Palm Leaf #384432

Tints of Palm Leaf #384432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

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

R = 32.18%
G = 39.08%
B = 28.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#384432 (or 0x384432) is known color: Palm Leaf. HEX triplet: 38, 44 and 32. RGB value is (56,68,50). Sum of RGB (Red+Green+Blue) = 56+68+50=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #384432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384432 is #C7BBCD. Grayscale: #3E3E3E. Windows color (decimal): -13089742 or 3294264. OLE color: 3294264.

HSL color Cylindrical-coordinate representation of color #384432: hue angle of 100º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #384432 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 50 -
CMYK 0.18 0 0.26 0.73
HSL 100º 0.15% 0.23% -
HSV(B) 100º 0.26% 0.27% -
XYZ 4.27 5.21 3.8 -
YUV 62.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 56 68 50 0.18 0 0.26 0.73 100 0.15 0.23
Hex 38 44 32 12 0 1A 49 64 F 17
Octal 70 104 62 22 0 32 111 144 17 27
Binary 111000 1000100 110010 10010 0 11010 1001001 1100100 1111 10111

Color Harmonies of #384432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384432

Black with #384432

Text Example


Text Example

White with #384432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384432; }

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

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

background-color css

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

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

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

border-color css

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

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

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