Html Css Color HEX #384334 Palm Leaf

📋 copy color: '#384334'

red 56 ◦ green 67 ◦ blue 52

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

Shades of Palm Leaf #384334

Tints of Palm Leaf #384334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 32%
G = 38.29%
B = 29.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#384334 (or 0x384334) is known color: Palm Leaf. HEX triplet: 38, 43 and 34. RGB value is (56,67,52). Sum of RGB (Red+Green+Blue) = 56+67+52=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #384334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384334 is #C7BCCB. Grayscale: #3E3E3E. Windows color (decimal): -13089996 or 3425080. OLE color: 3425080.

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

Color convert

RGB 56 67 52 -
CMYK 0.16 0 0.22 0.74
HSL 104º 0.13% 0.23% -
HSV(B) 104º 0.22% 0.26% -
XYZ 4.26 5.1 4.01 -
YUV 62 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 56 67 52 0.16 0 0.22 0.74 104 0.13 0.23
Hex 38 43 34 10 0 16 4A 68 D 17
Octal 70 103 64 20 0 26 112 150 15 27
Binary 111000 1000011 110100 10000 0 10110 1001010 1101000 1101 10111

Color Harmonies of #384334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384334

Black with #384334

Text Example


Text Example

White with #384334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384334; }

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

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

background-color css

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

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

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

border-color css

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

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

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