Html Css Color HEX #384237 Palm Leaf

📋 copy color: '#384237'

red 56 ◦ green 66 ◦ blue 55

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

Shades of Palm Leaf #384237

Tints of Palm Leaf #384237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 55 (21.88% from 255) = 31.07%

R = 31.64%
G = 37.29%
B = 31.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#384237 (or 0x384237) is known color: Palm Leaf. HEX triplet: 38, 42 and 37. RGB value is (56,66,55). Sum of RGB (Red+Green+Blue) = 56+66+55=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #384237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384237 is #C7BDC8. Grayscale: #3D3D3D. Windows color (decimal): -13090249 or 3621432. OLE color: 3621432.

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

Color convert

RGB 56 66 55 -
CMYK 0.15 0 0.17 0.74
HSL 114.55º 0.09% 0.24% -
HSV(B) 114.55º 0.17% 0.26% -
XYZ 4.27 5.01 4.36 -
YUV 61.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 56 66 55 0.15 0 0.17 0.74 114.55 0.09 0.24
Hex 38 42 37 F 0 11 4A 73 9 18
Octal 70 102 67 17 0 21 112 163 11 30
Binary 111000 1000010 110111 1111 0 10001 1001010 1110011 1001 11000

Color Harmonies of #384237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384237

Black with #384237

Text Example


Text Example

White with #384237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384237; }

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

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

background-color css

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

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

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

border-color css

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

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

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