Html Css Color HEX #383F35 Palm Leaf

📋 copy color: '#383F35'

red 56 ◦ green 63 ◦ blue 53

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

Shades of Palm Leaf #383F35

Tints of Palm Leaf #383F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.81%

R = 32.56%
G = 36.63%
B = 30.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#383F35 (or 0x383F35) is known color: Palm Leaf. HEX triplet: 38, 3F and 35. RGB value is (56,63,53). Sum of RGB (Red+Green+Blue) = 56+63+53=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #383F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F35 is #C7C0CA. Grayscale: #3B3B3B. Windows color (decimal): -13091019 or 3489592. OLE color: 3489592.

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

Color convert

RGB 56 63 53 -
CMYK 0.11 0 0.16 0.75
HSL 102º 0.09% 0.23% -
HSV(B) 102º 0.16% 0.25% -
XYZ 4.05 4.65 4.05 -
YUV 59.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 56 63 53 0.11 0 0.16 0.75 102 0.09 0.23
Hex 38 3F 35 B 0 10 4B 66 9 17
Octal 70 77 65 13 0 20 113 146 11 27
Binary 111000 111111 110101 1011 0 10000 1001011 1100110 1001 10111

Color Harmonies of #383F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F35

Black with #383F35

Text Example


Text Example

White with #383F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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