Html Css Color HEX #38532B Palm Leaf

📋 copy color: '#38532B'

red 56 ◦ green 83 ◦ blue 43

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

Shades of Palm Leaf #38532B

Tints of Palm Leaf #38532B

RGB

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

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

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

R = 30.77%
G = 45.6%
B = 23.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#38532B (or 0x38532B) is known color: Palm Leaf. HEX triplet: 38, 53 and 2B. RGB value is (56,83,43). Sum of RGB (Red+Green+Blue) = 56+83+43=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #38532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38532B is #C7ACD4. Grayscale: #464646. Windows color (decimal): -13085909 or 2839352. OLE color: 2839352.

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

Color convert

RGB 56 83 43 -
CMYK 0.33 0 0.48 0.67
HSL 100.5º 0.32% 0.25% -
HSV(B) 100.5º 0.48% 0.33% -
XYZ 5.16 7.2 3.4 -
YUV 70.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 56 83 43 0.33 0 0.48 0.67 100.5 0.32 0.25
Hex 38 53 2B 21 0 30 43 64 20 19
Octal 70 123 53 41 0 60 103 144 40 31
Binary 111000 1010011 101011 100001 0 110000 1000011 1100100 100000 11001

Color Harmonies of #38532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38532B

Black with #38532B

Text Example


Text Example

White with #38532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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