Html Css Color HEX #384037 Palm Leaf

📋 copy color: '#384037'

red 56 ◦ green 64 ◦ blue 55

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

Shades of Palm Leaf #384037

Tints of Palm Leaf #384037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 32%
G = 36.57%
B = 31.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#384037 (or 0x384037) is known color: Palm Leaf. HEX triplet: 38, 40 and 37. RGB value is (56,64,55). Sum of RGB (Red+Green+Blue) = 56+64+55=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #384037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384037 is #C7BFC8. Grayscale: #3C3C3C. Windows color (decimal): -13090761 or 3620920. OLE color: 3620920.

HSL color Cylindrical-coordinate representation of color #384037: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #384037 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 55 -
CMYK 0.13 0 0.14 0.75
HSL 113.33º 0.08% 0.23% -
HSV(B) 113.33º 0.14% 0.25% -
XYZ 4.15 4.78 4.32 -
YUV 60.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 56 64 55 0.13 0 0.14 0.75 113.33 0.08 0.23
Hex 38 40 37 D 0 E 4B 71 8 17
Octal 70 100 67 15 0 16 113 161 10 27
Binary 111000 1000000 110111 1101 0 1110 1001011 1110001 1000 10111

Color Harmonies of #384037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384037

Black with #384037

Text Example


Text Example

White with #384037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384037; }

 p { color: rgb(56,64,55); }

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

background-color css

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

 a { background-color: rgb(56,64,55); }

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

border-color css

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

 span { border-color: rgb(56,64,55); }

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