#384234

Color #384234 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #384234

Tints of Palm Leaf #384234

Color information

#384234 (or 0x384234) is unknown color: approx Palm Leaf. HEX triplet: 38, 42 and 34. RGB value is (56,66,52). Sum of RGB (Red+Green+Blue) = 56+66+52=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #384234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384234 is #C7BDCB. Grayscale: #3D3D3D. Windows color (decimal): -13090252 or 3424824. OLE color: 3424824.

HSL color Cylindrical-coordinate representation of color #384234: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #384234 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB566652-
CMYK0.1500.210.74
HSL102.86º11.86%23.14%-
HSV(B)102.86º21.21%25.88%-
XYZ4.24.993.99-
YUV61.41122.69124.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=32.18%
G=37.93%
B=29.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666520.1500.210.74102.8611.8623.14
Hex384234F0154A67c17
Octal7010264170251121471427
Binary1110001000010110100111101010110010101100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384234; }

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

 H1.HeaderClassName
 {
   color: #384234;
 }
 .AnyTagClassName
 {
   color: #384234;
 }
</style>
background-color css

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

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

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

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

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

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