Html Css Color HEX #385331 Palm Leaf

📋 copy color: '#385331'

red 56 ◦ green 83 ◦ blue 49

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

Shades of Palm Leaf #385331

Tints of Palm Leaf #385331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 49 (19.53% from 255) = 26.06%

R = 29.79%
G = 44.15%
B = 26.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#385331 (or 0x385331) is known color: Palm Leaf. HEX triplet: 38, 53 and 31. RGB value is (56,83,49). Sum of RGB (Red+Green+Blue) = 56+83+49=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #385331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385331 is #C7ACCE. Grayscale: #474747. Windows color (decimal): -13085903 or 3232568. OLE color: 3232568.

HSL color Cylindrical-coordinate representation of color #385331: hue angle of 107.65º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385331 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 49 -
CMYK 0.33 0 0.41 0.67
HSL 107.65º 0.26% 0.26% -
HSV(B) 107.65º 0.41% 0.33% -
XYZ 5.28 7.25 4.03 -
YUV 71.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 56 83 49 0.33 0 0.41 0.67 107.65 0.26 0.26
Hex 38 53 31 21 0 29 43 6C 1A 1A
Octal 70 123 61 41 0 51 103 154 32 32
Binary 111000 1010011 110001 100001 0 101001 1000011 1101100 11010 11010

Color Harmonies of #385331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385331

Black with #385331

Text Example


Text Example

White with #385331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385331; }

 p { color: rgb(56,83,49); }

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

background-color css

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

 a { background-color: rgb(56,83,49); }

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

border-color css

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

 span { border-color: rgb(56,83,49); }

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