Html Css Color HEX #38542F Palm Leaf

📋 copy color: '#38542F'

red 56 ◦ green 84 ◦ blue 47

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

Shades of Palm Leaf #38542F

Tints of Palm Leaf #38542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 29.95%
G = 44.92%
B = 25.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#38542F (or 0x38542F) is known color: Palm Leaf. HEX triplet: 38, 54 and 2F. RGB value is (56,84,47). Sum of RGB (Red+Green+Blue) = 56+84+47=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #38542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38542F is #C7ABD0. Grayscale: #474747. Windows color (decimal): -13085649 or 3101752. OLE color: 3101752.

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

Color convert

RGB 56 84 47 -
CMYK 0.33 0 0.44 0.67
HSL 105.41º 0.28% 0.26% -
HSV(B) 105.41º 0.44% 0.33% -
XYZ 5.31 7.39 3.83 -
YUV 71.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 56 84 47 0.33 0 0.44 0.67 105.41 0.28 0.26
Hex 38 54 2F 21 0 2C 43 69 1C 1A
Octal 70 124 57 41 0 54 103 151 34 32
Binary 111000 1010100 101111 100001 0 101100 1000011 1101001 11100 11010

Color Harmonies of #38542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38542F

Black with #38542F

Text Example


Text Example

White with #38542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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