Html Css Color HEX #384630 Palm Leaf

📋 copy color: '#384630'

red 56 ◦ green 70 ◦ blue 48

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

Shades of Palm Leaf #384630

Tints of Palm Leaf #384630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 32.18%
G = 40.23%
B = 27.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#384630 (or 0x384630) is known color: Palm Leaf. HEX triplet: 38, 46 and 30. RGB value is (56,70,48). Sum of RGB (Red+Green+Blue) = 56+70+48=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #384630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384630 is #C7B9CF. Grayscale: #3F3F3F. Windows color (decimal): -13089232 or 3163704. OLE color: 3163704.

HSL color Cylindrical-coordinate representation of color #384630: hue angle of 98.18º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384630 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 48 -
CMYK 0.20 0 0.31 0.73
HSL 98.18º 0.19% 0.23% -
HSV(B) 98.18º 0.31% 0.27% -
XYZ 4.35 5.43 3.62 -
YUV 63.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 56 70 48 0.20 0 0.31 0.73 98.18 0.19 0.23
Hex 38 46 30 14 0 1F 49 62 13 17
Octal 70 106 60 24 0 37 111 142 23 27
Binary 111000 1000110 110000 10100 0 11111 1001001 1100010 10011 10111

Color Harmonies of #384630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384630

Black with #384630

Text Example


Text Example

White with #384630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384630; }

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

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

background-color css

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

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

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

border-color css

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

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

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