Html Css Color HEX #384730 Palm Leaf

📋 copy color: '#384730'

red 56 ◦ green 71 ◦ blue 48

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

Shades of Palm Leaf #384730

Tints of Palm Leaf #384730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 32%
G = 40.57%
B = 27.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#384730 (or 0x384730) is known color: Palm Leaf. HEX triplet: 38, 47 and 30. RGB value is (56,71,48). Sum of RGB (Red+Green+Blue) = 56+71+48=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #384730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384730 is #C7B8CF. Grayscale: #3F3F3F. Windows color (decimal): -13088976 or 3163960. OLE color: 3163960.

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

Color convert

RGB 56 71 48 -
CMYK 0.21 0 0.32 0.72
HSL 99.13º 0.19% 0.23% -
HSV(B) 99.13º 0.32% 0.28% -
XYZ 4.42 5.56 3.64 -
YUV 63.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 56 71 48 0.21 0 0.32 0.72 99.13 0.19 0.23
Hex 38 47 30 15 0 20 48 63 13 17
Octal 70 107 60 25 0 40 110 143 23 27
Binary 111000 1000111 110000 10101 0 100000 1001000 1100011 10011 10111

Color Harmonies of #384730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384730

Black with #384730

Text Example


Text Example

White with #384730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384730; }

 p { color: rgb(56,71,48); }

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

background-color css

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

 a { background-color: rgb(56,71,48); }

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

border-color css

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

 span { border-color: rgb(56,71,48); }

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