Html Css Color HEX #31482B Palm Leaf

📋 copy color: '#31482B'

red 49 ◦ green 72 ◦ blue 43

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

Shades of Palm Leaf #31482B

Tints of Palm Leaf #31482B

RGB

 RED value IS 49 (19.53% from 255) = 29.88%

 GREEN value IS 72 (28.52% from 255) = 43.9%

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

R = 29.88%
G = 43.9%
B = 26.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#31482B (or 0x31482B) is known color: Palm Leaf. HEX triplet: 31, 48 and 2B. RGB value is (49,72,43). Sum of RGB (Red+Green+Blue) = 49+72+43=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #31482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31482B is #CEB7D4. Grayscale: #3D3D3D. Windows color (decimal): -13547477 or 2836529. OLE color: 2836529.

HSL color Cylindrical-coordinate representation of color #31482B: hue angle of 107.59º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31482B is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 43 -
CMYK 0.32 0 0.40 0.72
HSL 107.59º 0.25% 0.23% -
HSV(B) 107.59º 0.4% 0.28% -
XYZ 4.02 5.46 3.13 -
YUV 61.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 49 72 43 0.32 0 0.40 0.72 107.59 0.25 0.23
Hex 31 48 2B 20 0 28 48 6C 19 17
Octal 61 110 53 40 0 50 110 154 31 27
Binary 110001 1001000 101011 100000 0 101000 1001000 1101100 11001 10111

Color Harmonies of #31482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31482B

Black with #31482B

Text Example


Text Example

White with #31482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,72,43); }

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

background-color css

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

 a { background-color: rgb(49,72,43); }

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

border-color css

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

 span { border-color: rgb(49,72,43); }

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