Html Css Color HEX #385326 Palm Leaf

📋 copy color: '#385326'

red 56 ◦ green 83 ◦ blue 38

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

Shades of Palm Leaf #385326

Tints of Palm Leaf #385326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.47%

R = 31.64%
G = 46.89%
B = 21.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#385326 (or 0x385326) is known color: Palm Leaf. HEX triplet: 38, 53 and 26. RGB value is (56,83,38). Sum of RGB (Red+Green+Blue) = 56+83+38=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #385326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385326 is #C7ACD9. Grayscale: #454545. Windows color (decimal): -13085914 or 2511672. OLE color: 2511672.

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

Color convert

RGB 56 83 38 -
CMYK 0.33 0 0.54 0.67
HSL 96º 0.37% 0.24% -
HSV(B) 96º 0.54% 0.33% -
XYZ 5.07 7.17 2.95 -
YUV 69.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 56 83 38 0.33 0 0.54 0.67 96 0.37 0.24
Hex 38 53 26 21 0 36 43 60 25 18
Octal 70 123 46 41 0 66 103 140 45 30
Binary 111000 1010011 100110 100001 0 110110 1000011 1100000 100101 11000

Color Harmonies of #385326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385326

Black with #385326

Text Example


Text Example

White with #385326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385326; }

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

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

background-color css

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

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

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

border-color css

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

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

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