Html Css Color HEX #385623 Palm Leaf

📋 copy color: '#385623'

red 56 ◦ green 86 ◦ blue 35

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

Shades of Palm Leaf #385623

Tints of Palm Leaf #385623

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.59%

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 31.64%
G = 48.59%
B = 19.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#385623 (or 0x385623) is known color: Palm Leaf. HEX triplet: 38, 56 and 23. RGB value is (56,86,35). Sum of RGB (Red+Green+Blue) = 56+86+35=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #385623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385623 is #C7A9DC. Grayscale: #474747. Windows color (decimal): -13085149 or 2315832. OLE color: 2315832.

HSL color Cylindrical-coordinate representation of color #385623: hue angle of 95.29º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385623 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 35 -
CMYK 0.35 0 0.59 0.66
HSL 95.29º 0.42% 0.24% -
HSV(B) 95.29º 0.59% 0.34% -
XYZ 5.26 7.62 2.78 -
YUV 71.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 56 86 35 0.35 0 0.59 0.66 95.29 0.42 0.24
Hex 38 56 23 23 0 3B 42 5F 2A 18
Octal 70 126 43 43 0 73 102 137 52 30
Binary 111000 1010110 100011 100011 0 111011 1000010 1011111 101010 11000

Color Harmonies of #385623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385623

Black with #385623

Text Example


Text Example

White with #385623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385623; }

 p { color: rgb(56,86,35); }

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

background-color css

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

 a { background-color: rgb(56,86,35); }

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

border-color css

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

 span { border-color: rgb(56,86,35); }

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