Html Css Color HEX #384235 Palm Leaf

📋 copy color: '#384235'

red 56 ◦ green 66 ◦ blue 53

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

Shades of Palm Leaf #384235

Tints of Palm Leaf #384235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 32%
G = 37.71%
B = 30.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#384235 (or 0x384235) is known color: Palm Leaf. HEX triplet: 38, 42 and 35. RGB value is (56,66,53). Sum of RGB (Red+Green+Blue) = 56+66+53=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #384235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384235 is #C7BDCA. Grayscale: #3D3D3D. Windows color (decimal): -13090251 or 3490360. OLE color: 3490360.

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

Color convert

RGB 56 66 53 -
CMYK 0.15 0 0.20 0.74
HSL 106.15º 0.11% 0.23% -
HSV(B) 106.15º 0.2% 0.26% -
XYZ 4.22 4.99 4.11 -
YUV 61.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 56 66 53 0.15 0 0.20 0.74 106.15 0.11 0.23
Hex 38 42 35 F 0 14 4A 6A B 17
Octal 70 102 65 17 0 24 112 152 13 27
Binary 111000 1000010 110101 1111 0 10100 1001010 1101010 1011 10111

Color Harmonies of #384235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384235

Black with #384235

Text Example


Text Example

White with #384235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384235; }

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

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

background-color css

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

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

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

border-color css

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

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

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