Html Css Color HEX #384C30 Palm Leaf

📋 copy color: '#384C30'

red 56 ◦ green 76 ◦ blue 48

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

Shades of Palm Leaf #384C30

Tints of Palm Leaf #384C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.22%

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

R = 31.11%
G = 42.22%
B = 26.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#384C30 (or 0x384C30) is known color: Palm Leaf. HEX triplet: 38, 4C and 30. RGB value is (56,76,48). Sum of RGB (Red+Green+Blue) = 56+76+48=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #384C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C30 is #C7B3CF. Grayscale: #424242. Windows color (decimal): -13087696 or 3165240. OLE color: 3165240.

HSL color Cylindrical-coordinate representation of color #384C30: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #384C30 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 76 48 -
CMYK 0.26 0 0.37 0.70
HSL 102.86º 0.23% 0.24% -
HSV(B) 102.86º 0.37% 0.3% -
XYZ 4.75 6.22 3.75 -
YUV 66.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 56 76 48 0.26 0 0.37 0.70 102.86 0.23 0.24
Hex 38 4C 30 1A 0 25 46 67 17 18
Octal 70 114 60 32 0 45 106 147 27 30
Binary 111000 1001100 110000 11010 0 100101 1000110 1100111 10111 11000

Color Harmonies of #384C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C30

Black with #384C30

Text Example


Text Example

White with #384C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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