Html Css Color HEX #3F7769 Viridian

📋 copy color: '#3F7769'

red 63 ◦ green 119 ◦ blue 105

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

Shades of Viridian #3F7769

Tints of Viridian #3F7769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 21.95%
G = 41.46%
B = 36.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#3F7769 (or 0x3F7769) is known color: Viridian. HEX triplet: 3F, 77 and 69. RGB value is (63,119,105). Sum of RGB (Red+Green+Blue) = 63+119+105=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7769 is #C08896. Grayscale: #646464. Windows color (decimal): -12617879 or 6911807. OLE color: 6911807.

HSL color Cylindrical-coordinate representation of color #3F7769: hue angle of 165º 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 #3F7769 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 105 -
CMYK 0.47 0 0.12 0.53
HSL 165º 0.31% 0.36% -
HSV(B) 165º 0.47% 0.47% -
XYZ 11.2 15.27 15.72 -
YUV 100.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 63 119 105 0.47 0 0.12 0.53 165 0.31 0.36
Hex 3F 77 69 2F 0 C 35 A5 1F 24
Octal 77 167 151 57 0 14 65 245 37 44
Binary 111111 1110111 1101001 101111 0 1100 110101 10100101 11111 100100

Color Harmonies of #3F7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7769

Black with #3F7769

Text Example


Text Example

White with #3F7769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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