Html Css Color HEX #3B7663 Viridian

📋 copy color: '#3B7663'

red 59 ◦ green 118 ◦ blue 99

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

Shades of Viridian #3B7663

Tints of Viridian #3B7663

RGB

 RED value IS 59 (23.44% from 255) = 21.38%

 GREEN value IS 118 (46.48% from 255) = 42.75%

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

R = 21.38%
G = 42.75%
B = 35.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#3B7663 (or 0x3B7663) is known color: Viridian. HEX triplet: 3B, 76 and 63. RGB value is (59,118,99). Sum of RGB (Red+Green+Blue) = 59+118+99=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7663 is #C4899C. Grayscale: #626262. Windows color (decimal): -12880285 or 6518331. OLE color: 6518331.

HSL color Cylindrical-coordinate representation of color #3B7663: hue angle of 160.68º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7663 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 118 99 -
CMYK 0.50 0 0.16 0.54
HSL 160.68º 0.33% 0.35% -
HSV(B) 160.68º 0.5% 0.46% -
XYZ 10.53 14.79 14.1 -
YUV 98.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 59 118 99 0.50 0 0.16 0.54 160.68 0.33 0.35
Hex 3B 76 63 32 0 10 36 A1 21 23
Octal 73 166 143 62 0 20 66 241 41 43
Binary 111011 1110110 1100011 110010 0 10000 110110 10100001 100001 100011

Color Harmonies of #3B7663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7663

Black with #3B7663

Text Example


Text Example

White with #3B7663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,118,99); }

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

background-color css

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

 a { background-color: rgb(59,118,99); }

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

border-color css

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

 span { border-color: rgb(59,118,99); }

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