Html Css Color HEX #3F7262 Viridian

📋 copy color: '#3F7262'

red 63 ◦ green 114 ◦ blue 98

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

Shades of Viridian #3F7262

Tints of Viridian #3F7262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 22.91%
G = 41.45%
B = 35.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#3F7262 (or 0x3F7262) is known color: Viridian. HEX triplet: 3F, 72 and 62. RGB value is (63,114,98). Sum of RGB (Red+Green+Blue) = 63+114+98=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7262 is #C08D9D. Grayscale: #606060. Windows color (decimal): -12619166 or 6451775. OLE color: 6451775.

HSL color Cylindrical-coordinate representation of color #3F7262: hue angle of 161.18º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7262 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 98 -
CMYK 0.45 0 0.14 0.55
HSL 161.18º 0.29% 0.35% -
HSV(B) 161.18º 0.45% 0.45% -
XYZ 10.27 13.97 13.71 -
YUV 96.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 63 114 98 0.45 0 0.14 0.55 161.18 0.29 0.35
Hex 3F 72 62 2D 0 E 37 A1 1D 23
Octal 77 162 142 55 0 16 67 241 35 43
Binary 111111 1110010 1100010 101101 0 1110 110111 10100001 11101 100011

Color Harmonies of #3F7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7262

Black with #3F7262

Text Example


Text Example

White with #3F7262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,114,98); }

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

background-color css

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

 a { background-color: rgb(63,114,98); }

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

border-color css

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

 span { border-color: rgb(63,114,98); }

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