Html Css Color HEX #385233 Palm Leaf

📋 copy color: '#385233'

red 56 ◦ green 82 ◦ blue 51

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

Shades of Palm Leaf #385233

Tints of Palm Leaf #385233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 29.63%
G = 43.39%
B = 26.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#385233 (or 0x385233) is known color: Palm Leaf. HEX triplet: 38, 52 and 33. RGB value is (56,82,51). Sum of RGB (Red+Green+Blue) = 56+82+51=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #385233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385233 is #C7ADCC. Grayscale: #464646. Windows color (decimal): -13086157 or 3363384. OLE color: 3363384.

HSL color Cylindrical-coordinate representation of color #385233: hue angle of 110.32º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385233 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 51 -
CMYK 0.32 0 0.38 0.68
HSL 110.32º 0.23% 0.26% -
HSV(B) 110.32º 0.38% 0.32% -
XYZ 5.25 7.11 4.23 -
YUV 70.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 56 82 51 0.32 0 0.38 0.68 110.32 0.23 0.26
Hex 38 52 33 20 0 26 44 6E 17 1A
Octal 70 122 63 40 0 46 104 156 27 32
Binary 111000 1010010 110011 100000 0 100110 1000100 1101110 10111 11010

Color Harmonies of #385233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385233

Black with #385233

Text Example


Text Example

White with #385233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385233; }

 p { color: rgb(56,82,51); }

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

background-color css

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

 a { background-color: rgb(56,82,51); }

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

border-color css

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

 span { border-color: rgb(56,82,51); }

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