Html Css Color HEX #38512E Palm Leaf

📋 copy color: '#38512E'

red 56 ◦ green 81 ◦ blue 46

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

Shades of Palm Leaf #38512E

Tints of Palm Leaf #38512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

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

R = 30.6%
G = 44.26%
B = 25.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#38512E (or 0x38512E) is known color: Palm Leaf. HEX triplet: 38, 51 and 2E. RGB value is (56,81,46). Sum of RGB (Red+Green+Blue) = 56+81+46=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #38512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38512E is #C7AED1. Grayscale: #454545. Windows color (decimal): -13086418 or 3035448. OLE color: 3035448.

HSL color Cylindrical-coordinate representation of color #38512E: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38512E is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 46 -
CMYK 0.31 0 0.43 0.68
HSL 102.86º 0.28% 0.25% -
HSV(B) 102.86º 0.43% 0.32% -
XYZ 5.07 6.92 3.65 -
YUV 69.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 56 81 46 0.31 0 0.43 0.68 102.86 0.28 0.25
Hex 38 51 2E 1F 0 2B 44 67 1C 19
Octal 70 121 56 37 0 53 104 147 34 31
Binary 111000 1010001 101110 11111 0 101011 1000100 1100111 11100 11001

Color Harmonies of #38512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38512E

Black with #38512E

Text Example


Text Example

White with #38512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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