Html Css Color HEX #383E36 Palm Leaf

📋 copy color: '#383E36'

red 56 ◦ green 62 ◦ blue 54

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

Shades of Palm Leaf #383E36

Tints of Palm Leaf #383E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.05%

 BLUE value IS 54 (21.48% from 255) = 31.4%

R = 32.56%
G = 36.05%
B = 31.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#383E36 (or 0x383E36) is known color: Palm Leaf. HEX triplet: 38, 3E and 36. RGB value is (56,62,54). Sum of RGB (Red+Green+Blue) = 56+62+54=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 62 - color contains mainly: green. Hex color #383E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E36 is #C7C1C9. Grayscale: #3B3B3B. Windows color (decimal): -13091274 or 3554872. OLE color: 3554872.

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

Color convert

RGB 56 62 54 -
CMYK 0.10 0 0.13 0.76
HSL 105º 0.07% 0.23% -
HSV(B) 105º 0.13% 0.24% -
XYZ 4.02 4.55 4.16 -
YUV 59.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 56 62 54 0.10 0 0.13 0.76 105 0.07 0.23
Hex 38 3E 36 A 0 D 4C 69 7 17
Octal 70 76 66 12 0 15 114 151 7 27
Binary 111000 111110 110110 1010 0 1101 1001100 1101001 111 10111

Color Harmonies of #383E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E36

Black with #383E36

Text Example


Text Example

White with #383E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,62,54); }

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

background-color css

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

 a { background-color: rgb(56,62,54); }

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

border-color css

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

 span { border-color: rgb(56,62,54); }

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