Html Css Color HEX #384134 Palm Leaf

📋 copy color: '#384134'

red 56 ◦ green 65 ◦ blue 52

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

Shades of Palm Leaf #384134

Tints of Palm Leaf #384134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 32.37%
G = 37.57%
B = 30.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#384134 (or 0x384134) is known color: Palm Leaf. HEX triplet: 38, 41 and 34. RGB value is (56,65,52). Sum of RGB (Red+Green+Blue) = 56+65+52=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #384134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384134 is #C7BECB. Grayscale: #3C3C3C. Windows color (decimal): -13090508 or 3424568. OLE color: 3424568.

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

Color convert

RGB 56 65 52 -
CMYK 0.14 0 0.20 0.75
HSL 101.54º 0.11% 0.23% -
HSV(B) 101.54º 0.2% 0.25% -
XYZ 4.14 4.87 3.97 -
YUV 60.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 56 65 52 0.14 0 0.20 0.75 101.54 0.11 0.23
Hex 38 41 34 E 0 14 4B 66 B 17
Octal 70 101 64 16 0 24 113 146 13 27
Binary 111000 1000001 110100 1110 0 10100 1001011 1100110 1011 10111

Color Harmonies of #384134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384134

Black with #384134

Text Example


Text Example

White with #384134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384134; }

 p { color: rgb(56,65,52); }

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

background-color css

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

 a { background-color: rgb(56,65,52); }

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

border-color css

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

 span { border-color: rgb(56,65,52); }

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