Html Css Color HEX #38552F Palm Leaf

📋 copy color: '#38552F'

red 56 ◦ green 85 ◦ blue 47

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

Shades of Palm Leaf #38552F

Tints of Palm Leaf #38552F

RGB

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

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

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

R = 29.79%
G = 45.21%
B = 25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#38552F (or 0x38552F) is known color: Palm Leaf. HEX triplet: 38, 55 and 2F. RGB value is (56,85,47). Sum of RGB (Red+Green+Blue) = 56+85+47=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #38552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38552F is #C7AAD0. Grayscale: #484848. Windows color (decimal): -13085393 or 3102008. OLE color: 3102008.

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

Color convert

RGB 56 85 47 -
CMYK 0.34 0 0.45 0.67
HSL 105.79º 0.29% 0.26% -
HSV(B) 105.79º 0.45% 0.33% -
XYZ 5.39 7.54 3.86 -
YUV 72 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 56 85 47 0.34 0 0.45 0.67 105.79 0.29 0.26
Hex 38 55 2F 22 0 2D 43 6A 1D 1A
Octal 70 125 57 42 0 55 103 152 35 32
Binary 111000 1010101 101111 100010 0 101101 1000011 1101010 11101 11010

Color Harmonies of #38552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38552F

Black with #38552F

Text Example


Text Example

White with #38552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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