Html Css Color HEX #38512F Palm Leaf

📋 copy color: '#38512F'

red 56 ◦ green 81 ◦ blue 47

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

Shades of Palm Leaf #38512F

Tints of Palm Leaf #38512F

RGB

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

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

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

R = 30.43%
G = 44.02%
B = 25.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#38512F (or 0x38512F) is known color: Palm Leaf. HEX triplet: 38, 51 and 2F. RGB value is (56,81,47). Sum of RGB (Red+Green+Blue) = 56+81+47=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #38512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38512F is #C7AED0. Grayscale: #454545. Windows color (decimal): -13086417 or 3100984. OLE color: 3100984.

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

Color convert

RGB 56 81 47 -
CMYK 0.31 0 0.42 0.68
HSL 104.12º 0.27% 0.25% -
HSV(B) 104.12º 0.42% 0.32% -
XYZ 5.09 6.93 3.76 -
YUV 69.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 56 81 47 0.31 0 0.42 0.68 104.12 0.27 0.25
Hex 38 51 2F 1F 0 2A 44 68 1B 19
Octal 70 121 57 37 0 52 104 150 33 31
Binary 111000 1010001 101111 11111 0 101010 1000100 1101000 11011 11001

Color Harmonies of #38512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38512F

Black with #38512F

Text Example


Text Example

White with #38512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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