Html Css Color HEX #3F7763 Viridian

📋 copy color: '#3F7763'

red 63 ◦ green 119 ◦ blue 99

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

Shades of Viridian #3F7763

Tints of Viridian #3F7763

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 22.42%
G = 42.35%
B = 35.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#3F7763 (or 0x3F7763) is known color: Viridian. HEX triplet: 3F, 77 and 63. RGB value is (63,119,99). Sum of RGB (Red+Green+Blue) = 63+119+99=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7763 is #C0889C. Grayscale: #636363. Windows color (decimal): -12617885 or 6518591. OLE color: 6518591.

HSL color Cylindrical-coordinate representation of color #3F7763: hue angle of 158.57º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7763 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 99 -
CMYK 0.47 0 0.17 0.53
HSL 158.57º 0.31% 0.36% -
HSV(B) 158.57º 0.47% 0.47% -
XYZ 10.9 15.15 14.15 -
YUV 99.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 63 119 99 0.47 0 0.17 0.53 158.57 0.31 0.36
Hex 3F 77 63 2F 0 11 35 9F 1F 24
Octal 77 167 143 57 0 21 65 237 37 44
Binary 111111 1110111 1100011 101111 0 10001 110101 10011111 11111 100100

Color Harmonies of #3F7763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7763

Black with #3F7763

Text Example


Text Example

White with #3F7763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,99); }

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

background-color css

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

 a { background-color: rgb(63,119,99); }

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

border-color css

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

 span { border-color: rgb(63,119,99); }

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