Html Css Color HEX #3F483D Palm Leaf

📋 copy color: '#3F483D'

red 63 ◦ green 72 ◦ blue 61

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

Shades of Palm Leaf #3F483D

Tints of Palm Leaf #3F483D

RGB

 RED value IS 63 (25% from 255) = 32.14%

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

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 32.14%
G = 36.73%
B = 31.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#3F483D (or 0x3F483D) is known color: Palm Leaf. HEX triplet: 3F, 48 and 3D. RGB value is (63,72,61). Sum of RGB (Red+Green+Blue) = 63+72+61=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #3F483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F483D is #C0B7C2. Grayscale: #444444. Windows color (decimal): -12629955 or 4016191. OLE color: 4016191.

HSL color Cylindrical-coordinate representation of color #3F483D: hue angle of 109.09º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F483D is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 61 -
CMYK 0.12 0 0.15 0.72
HSL 109.09º 0.08% 0.26% -
HSV(B) 109.09º 0.15% 0.28% -
XYZ 5.21 6.03 5.3 -
YUV 68.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 63 72 61 0.12 0 0.15 0.72 109.09 0.08 0.26
Hex 3F 48 3D C 0 F 48 6D 8 1A
Octal 77 110 75 14 0 17 110 155 10 32
Binary 111111 1001000 111101 1100 0 1111 1001000 1101101 1000 11010

Color Harmonies of #3F483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F483D

Black with #3F483D

Text Example


Text Example

White with #3F483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F483D; }

 p { color: rgb(63,72,61); }

 H1.HeaderClassName
 {
   color: #3F483D;
 }
 .AnyTagClassName
 {
   color: #3F483D;
 }
</style>

background-color css

<style>
 a { background-color: #3F483D; }

 a { background-color: rgb(63,72,61); }

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

border-color css

<style>
 span { border-color: #3F483D; }

 span { border-color: rgb(63,72,61); }

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