Html Css Color HEX #3F614F Plantation

📋 copy color: '#3F614F'

red 63 ◦ green 97 ◦ blue 79

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

Shades of Plantation #3F614F

Tints of Plantation #3F614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 26.36%
G = 40.59%
B = 33.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#3F614F (or 0x3F614F) is known color: Plantation. HEX triplet: 3F, 61 and 4F. RGB value is (63,97,79). Sum of RGB (Red+Green+Blue) = 63+97+79=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #3F614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F614F is #C09EB0. Grayscale: #545454. Windows color (decimal): -12623537 or 5202239. OLE color: 5202239.

HSL color Cylindrical-coordinate representation of color #3F614F: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F614F is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 79 -
CMYK 0.35 0 0.19 0.62
HSL 148.24º 0.21% 0.31% -
HSV(B) 148.24º 0.35% 0.38% -
XYZ 7.74 10.17 8.95 -
YUV 84.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 63 97 79 0.35 0 0.19 0.62 148.24 0.21 0.31
Hex 3F 61 4F 23 0 13 3E 94 15 1F
Octal 77 141 117 43 0 23 76 224 25 37
Binary 111111 1100001 1001111 100011 0 10011 111110 10010100 10101 11111

Color Harmonies of #3F614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F614F

Black with #3F614F

Text Example


Text Example

White with #3F614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,79); }

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

background-color css

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

 a { background-color: rgb(63,97,79); }

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

border-color css

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

 span { border-color: rgb(63,97,79); }

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