Html Css Color HEX #38532F Palm Leaf

📋 copy color: '#38532F'

red 56 ◦ green 83 ◦ blue 47

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

Shades of Palm Leaf #38532F

Tints of Palm Leaf #38532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

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

R = 30.11%
G = 44.62%
B = 25.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#38532F (or 0x38532F) is known color: Palm Leaf. HEX triplet: 38, 53 and 2F. RGB value is (56,83,47). Sum of RGB (Red+Green+Blue) = 56+83+47=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #38532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38532F is #C7ACD0. Grayscale: #464646. Windows color (decimal): -13085905 or 3101496. OLE color: 3101496.

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

Color convert

RGB 56 83 47 -
CMYK 0.33 0 0.43 0.67
HSL 105º 0.28% 0.25% -
HSV(B) 105º 0.43% 0.33% -
XYZ 5.24 7.23 3.81 -
YUV 70.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 56 83 47 0.33 0 0.43 0.67 105 0.28 0.25
Hex 38 53 2F 21 0 2B 43 69 1C 19
Octal 70 123 57 41 0 53 103 151 34 31
Binary 111000 1010011 101111 100001 0 101011 1000011 1101001 11100 11001

Color Harmonies of #38532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38532F

Black with #38532F

Text Example


Text Example

White with #38532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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