Html Css Color HEX #38542A Palm Leaf

📋 copy color: '#38542A'

red 56 ◦ green 84 ◦ blue 42

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

Shades of Palm Leaf #38542A

Tints of Palm Leaf #38542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.08%

R = 30.77%
G = 46.15%
B = 23.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#38542A (or 0x38542A) is known color: Palm Leaf. HEX triplet: 38, 54 and 2A. RGB value is (56,84,42). Sum of RGB (Red+Green+Blue) = 56+84+42=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #38542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38542A is #C7ABD5. Grayscale: #464646. Windows color (decimal): -13085654 or 2774072. OLE color: 2774072.

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

Color convert

RGB 56 84 42 -
CMYK 0.33 0 0.5 0.67
HSL 100º 0.33% 0.25% -
HSV(B) 100º 0.5% 0.33% -
XYZ 5.22 7.35 3.33 -
YUV 70.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 56 84 42 0.33 0 0.5 0.67 100 0.33 0.25
Hex 38 54 2A 21 0 32 43 64 21 19
Octal 70 124 52 41 0 62 103 144 41 31
Binary 111000 1010100 101010 100001 0 110010 1000011 1100100 100001 11001

Color Harmonies of #38542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38542A

Black with #38542A

Text Example


Text Example

White with #38542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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