Html Css Color HEX #384532 Palm Leaf

📋 copy color: '#384532'

red 56 ◦ green 69 ◦ blue 50

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

Shades of Palm Leaf #384532

Tints of Palm Leaf #384532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 32%
G = 39.43%
B = 28.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#384532 (or 0x384532) is known color: Palm Leaf. HEX triplet: 38, 45 and 32. RGB value is (56,69,50). Sum of RGB (Red+Green+Blue) = 56+69+50=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #384532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384532 is #C7BACD. Grayscale: #3F3F3F. Windows color (decimal): -13089486 or 3294520. OLE color: 3294520.

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

Color convert

RGB 56 69 50 -
CMYK 0.19 0 0.28 0.73
HSL 101.05º 0.16% 0.23% -
HSV(B) 101.05º 0.28% 0.27% -
XYZ 4.33 5.33 3.82 -
YUV 62.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 56 69 50 0.19 0 0.28 0.73 101.05 0.16 0.23
Hex 38 45 32 13 0 1C 49 65 10 17
Octal 70 105 62 23 0 34 111 145 20 27
Binary 111000 1000101 110010 10011 0 11100 1001001 1100101 10000 10111

Color Harmonies of #384532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384532

Black with #384532

Text Example


Text Example

White with #384532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384532; }

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

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

background-color css

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

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

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

border-color css

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

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

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