Html Css Color HEX #384234 Palm Leaf

📋 copy color: '#384234'

red 56 ◦ green 66 ◦ blue 52

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

Shades of Palm Leaf #384234

Tints of Palm Leaf #384234

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.7% from 255) = 29.89%

R = 32.18%
G = 37.93%
B = 29.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#384234 (or 0x384234) is known color: 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

RGB 56 66 52 -
CMYK 0.15 0 0.21 0.74
HSL 102.86º 0.12% 0.23% -
HSV(B) 102.86º 0.21% 0.26% -
XYZ 4.2 4.99 3.99 -
YUV 61.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 56 66 52 0.15 0 0.21 0.74 102.86 0.12 0.23
Hex 38 42 34 F 0 15 4A 67 C 17
Octal 70 102 64 17 0 25 112 147 14 27
Binary 111000 1000010 110100 1111 0 10101 1001010 1100111 1100 10111

Color Harmonies of #384234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384234

Black with #384234

Text Example


Text Example

White with #384234

Text Example


Text Example

HTML Codes & Css Web 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>