Html Css Color HEX #38512C Palm Leaf

📋 copy color: '#38512C'

red 56 ◦ green 81 ◦ blue 44

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

Shades of Palm Leaf #38512C

Tints of Palm Leaf #38512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 30.94%
G = 44.75%
B = 24.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#38512C (or 0x38512C) is known color: Palm Leaf. HEX triplet: 38, 51 and 2C. RGB value is (56,81,44). Sum of RGB (Red+Green+Blue) = 56+81+44=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #38512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38512C is #C7AED3. Grayscale: #454545. Windows color (decimal): -13086420 or 2904376. OLE color: 2904376.

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

Color convert

RGB 56 81 44 -
CMYK 0.31 0 0.46 0.68
HSL 100.54º 0.3% 0.25% -
HSV(B) 100.54º 0.46% 0.32% -
XYZ 5.03 6.91 3.45 -
YUV 69.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 56 81 44 0.31 0 0.46 0.68 100.54 0.3 0.25
Hex 38 51 2C 1F 0 2E 44 65 1E 19
Octal 70 121 54 37 0 56 104 145 36 31
Binary 111000 1010001 101100 11111 0 101110 1000100 1100101 11110 11001

Color Harmonies of #38512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38512C

Black with #38512C

Text Example


Text Example

White with #38512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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