Html Css Color HEX #383F37 Palm Leaf

📋 copy color: '#383F37'

red 56 ◦ green 63 ◦ blue 55

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

Shades of Palm Leaf #383F37

Tints of Palm Leaf #383F37

RGB

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

 GREEN value IS 63 (25% from 255) = 36.21%

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

R = 32.18%
G = 36.21%
B = 31.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#383F37 (or 0x383F37) is known color: Palm Leaf. HEX triplet: 38, 3F and 37. RGB value is (56,63,55). Sum of RGB (Red+Green+Blue) = 56+63+55=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #383F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F37 is #C7C0C8. Grayscale: #3C3C3C. Windows color (decimal): -13091017 or 3620664. OLE color: 3620664.

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

Color convert

RGB 56 63 55 -
CMYK 0.11 0 0.13 0.75
HSL 112.5º 0.07% 0.23% -
HSV(B) 112.5º 0.13% 0.25% -
XYZ 4.1 4.67 4.3 -
YUV 60 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 56 63 55 0.11 0 0.13 0.75 112.5 0.07 0.23
Hex 38 3F 37 B 0 D 4B 70 7 17
Octal 70 77 67 13 0 15 113 160 7 27
Binary 111000 111111 110111 1011 0 1101 1001011 1110000 111 10111

Color Harmonies of #383F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F37

Black with #383F37

Text Example


Text Example

White with #383F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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