Html Css Color HEX #38482F Palm Leaf

📋 copy color: '#38482F'

red 56 ◦ green 72 ◦ blue 47

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

Shades of Palm Leaf #38482F

Tints of Palm Leaf #38482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 32%
G = 41.14%
B = 26.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#38482F (or 0x38482F) is known color: Palm Leaf. HEX triplet: 38, 48 and 2F. RGB value is (56,72,47). Sum of RGB (Red+Green+Blue) = 56+72+47=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #38482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482F is #C7B7D0. Grayscale: #404040. Windows color (decimal): -13088721 or 3098680. OLE color: 3098680.

HSL color Cylindrical-coordinate representation of color #38482F: hue angle of 98.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38482F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 47 -
CMYK 0.22 0 0.35 0.72
HSL 98.4º 0.21% 0.23% -
HSV(B) 98.4º 0.35% 0.28% -
XYZ 4.46 5.68 3.55 -
YUV 64.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 56 72 47 0.22 0 0.35 0.72 98.4 0.21 0.23
Hex 38 48 2F 16 0 23 48 62 15 17
Octal 70 110 57 26 0 43 110 142 25 27
Binary 111000 1001000 101111 10110 0 100011 1001000 1100010 10101 10111

Color Harmonies of #38482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38482F

Black with #38482F

Text Example


Text Example

White with #38482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38482F; }

 p { color: rgb(56,72,47); }

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

background-color css

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

 a { background-color: rgb(56,72,47); }

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

border-color css

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

 span { border-color: rgb(56,72,47); }

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