Html Css Color HEX #384534 Palm Leaf

📋 copy color: '#384534'

red 56 ◦ green 69 ◦ blue 52

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

Shades of Palm Leaf #384534

Tints of Palm Leaf #384534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 31.64%
G = 38.98%
B = 29.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#384534 (or 0x384534) is known color: Palm Leaf. HEX triplet: 38, 45 and 34. RGB value is (56,69,52). Sum of RGB (Red+Green+Blue) = 56+69+52=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #384534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384534 is #C7BACB. Grayscale: #3F3F3F. Windows color (decimal): -13089484 or 3425592. OLE color: 3425592.

HSL color Cylindrical-coordinate representation of color #384534: hue angle of 105.88º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384534 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 52 -
CMYK 0.19 0 0.25 0.73
HSL 105.88º 0.14% 0.24% -
HSV(B) 105.88º 0.25% 0.27% -
XYZ 4.38 5.34 4.05 -
YUV 63.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 56 69 52 0.19 0 0.25 0.73 105.88 0.14 0.24
Hex 38 45 34 13 0 19 49 6A E 18
Octal 70 105 64 23 0 31 111 152 16 30
Binary 111000 1000101 110100 10011 0 11001 1001001 1101010 1110 11000

Color Harmonies of #384534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384534

Black with #384534

Text Example


Text Example

White with #384534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384534; }

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

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

background-color css

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

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

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

border-color css

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

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

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