Html Css Color HEX #38542E Palm Leaf

📋 copy color: '#38542E'

red 56 ◦ green 84 ◦ blue 46

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

Shades of Palm Leaf #38542E

Tints of Palm Leaf #38542E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

 BLUE value IS 46 (18.36% from 255) = 24.73%

R = 30.11%
G = 45.16%
B = 24.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#38542E (or 0x38542E) is known color: Palm Leaf. HEX triplet: 38, 54 and 2E. RGB value is (56,84,46). Sum of RGB (Red+Green+Blue) = 56+84+46=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #38542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38542E is #C7ABD1. Grayscale: #474747. Windows color (decimal): -13085650 or 3036216. OLE color: 3036216.

HSL color Cylindrical-coordinate representation of color #38542E: hue angle of 104.21º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38542E is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 46 -
CMYK 0.33 0 0.45 0.67
HSL 104.21º 0.29% 0.25% -
HSV(B) 104.21º 0.45% 0.33% -
XYZ 5.29 7.38 3.73 -
YUV 71.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 56 84 46 0.33 0 0.45 0.67 104.21 0.29 0.25
Hex 38 54 2E 21 0 2D 43 68 1D 19
Octal 70 124 56 41 0 55 103 150 35 31
Binary 111000 1010100 101110 100001 0 101101 1000011 1101000 11101 11001

Color Harmonies of #38542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38542E

Black with #38542E

Text Example


Text Example

White with #38542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38542E; }

 p { color: rgb(56,84,46); }

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

background-color css

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

 a { background-color: rgb(56,84,46); }

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

border-color css

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

 span { border-color: rgb(56,84,46); }

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