Html Css Color HEX #3F534B Plantation

📋 copy color: '#3F534B'

red 63 ◦ green 83 ◦ blue 75

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

Shades of Plantation #3F534B

Tints of Plantation #3F534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 28.51%
G = 37.56%
B = 33.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#3F534B (or 0x3F534B) is known color: Plantation. HEX triplet: 3F, 53 and 4B. RGB value is (63,83,75). Sum of RGB (Red+Green+Blue) = 63+83+75=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #3F534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F534B is #C0ACB4. Grayscale: #4C4C4C. Windows color (decimal): -12627125 or 4936511. OLE color: 4936511.

HSL color Cylindrical-coordinate representation of color #3F534B: hue angle of 156º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F534B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 75 -
CMYK 0.24 0 0.10 0.67
HSL 156º 0.14% 0.29% -
HSV(B) 156º 0.24% 0.33% -
XYZ 6.41 7.75 7.81 -
YUV 76.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 63 83 75 0.24 0 0.10 0.67 156 0.14 0.29
Hex 3F 53 4B 18 0 A 43 9C E 1D
Octal 77 123 113 30 0 12 103 234 16 35
Binary 111111 1010011 1001011 11000 0 1010 1000011 10011100 1110 11101

Color Harmonies of #3F534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F534B

Black with #3F534B

Text Example


Text Example

White with #3F534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,75); }

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

background-color css

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

 a { background-color: rgb(63,83,75); }

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

border-color css

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

 span { border-color: rgb(63,83,75); }

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