Html Css Color HEX #3F7A68 Viridian

📋 copy color: '#3F7A68'

red 63 ◦ green 122 ◦ blue 104

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

Shades of Viridian #3F7A68

Tints of Viridian #3F7A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.21%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 21.8%
G = 42.21%
B = 35.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#3F7A68 (or 0x3F7A68) is known color: Viridian. HEX triplet: 3F, 7A and 68. RGB value is (63,122,104). Sum of RGB (Red+Green+Blue) = 63+122+104=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A68 is #C08597. Grayscale: #666666. Windows color (decimal): -12617112 or 6847039. OLE color: 6847039.

HSL color Cylindrical-coordinate representation of color #3F7A68: hue angle of 161.69º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A68 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 122 104 -
CMYK 0.48 0 0.15 0.52
HSL 161.69º 0.32% 0.36% -
HSV(B) 161.69º 0.48% 0.48% -
XYZ 11.51 15.98 15.57 -
YUV 102.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 63 122 104 0.48 0 0.15 0.52 161.69 0.32 0.36
Hex 3F 7A 68 30 0 F 34 A2 20 24
Octal 77 172 150 60 0 17 64 242 40 44
Binary 111111 1111010 1101000 110000 0 1111 110100 10100010 100000 100100

Color Harmonies of #3F7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7A68

Black with #3F7A68

Text Example


Text Example

White with #3F7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,122,104); }

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

background-color css

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

 a { background-color: rgb(63,122,104); }

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

border-color css

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

 span { border-color: rgb(63,122,104); }

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