Html Css Color HEX #384233 Palm Leaf

📋 copy color: '#384233'

red 56 ◦ green 66 ◦ blue 51

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

Shades of Palm Leaf #384233

Tints of Palm Leaf #384233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 32.37%
G = 38.15%
B = 29.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#384233 (or 0x384233) is known color: Palm Leaf. HEX triplet: 38, 42 and 33. RGB value is (56,66,51). Sum of RGB (Red+Green+Blue) = 56+66+51=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #384233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384233 is #C7BDCC. Grayscale: #3D3D3D. Windows color (decimal): -13090253 or 3359288. OLE color: 3359288.

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

Color convert

RGB 56 66 51 -
CMYK 0.15 0 0.23 0.74
HSL 100º 0.13% 0.23% -
HSV(B) 100º 0.23% 0.26% -
XYZ 4.18 4.98 3.87 -
YUV 61.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 56 66 51 0.15 0 0.23 0.74 100 0.13 0.23
Hex 38 42 33 F 0 17 4A 64 D 17
Octal 70 102 63 17 0 27 112 144 15 27
Binary 111000 1000010 110011 1111 0 10111 1001010 1100100 1101 10111

Color Harmonies of #384233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384233

Black with #384233

Text Example


Text Example

White with #384233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384233; }

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

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

background-color css

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

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

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

border-color css

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

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

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