Html Css Color HEX #38552B Palm Leaf

📋 copy color: '#38552B'

red 56 ◦ green 85 ◦ blue 43

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

Shades of Palm Leaf #38552B

Tints of Palm Leaf #38552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.2%

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 30.43%
G = 46.2%
B = 23.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#38552B (or 0x38552B) is known color: Palm Leaf. HEX triplet: 38, 55 and 2B. RGB value is (56,85,43). Sum of RGB (Red+Green+Blue) = 56+85+43=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #38552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38552B is #C7AAD4. Grayscale: #474747. Windows color (decimal): -13085397 or 2839864. OLE color: 2839864.

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

Color convert

RGB 56 85 43 -
CMYK 0.34 0 0.49 0.67
HSL 101.43º 0.33% 0.25% -
HSV(B) 101.43º 0.49% 0.33% -
XYZ 5.32 7.51 3.46 -
YUV 71.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 56 85 43 0.34 0 0.49 0.67 101.43 0.33 0.25
Hex 38 55 2B 22 0 31 43 65 21 19
Octal 70 125 53 42 0 61 103 145 41 31
Binary 111000 1010101 101011 100010 0 110001 1000011 1100101 100001 11001

Color Harmonies of #38552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38552B

Black with #38552B

Text Example


Text Example

White with #38552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38552B; }

 p { color: rgb(56,85,43); }

 H1.HeaderClassName
 {
   color: #38552B;
 }
 .AnyTagClassName
 {
   color: #38552B;
 }
</style>

background-color css

<style>
 a { background-color: #38552B; }

 a { background-color: rgb(56,85,43); }

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

border-color css

<style>
 span { border-color: #38552B; }

 span { border-color: rgb(56,85,43); }

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