Html Css Color HEX #3B7C66 Viridian

📋 copy color: '#3B7C66'

red 59 ◦ green 124 ◦ blue 102

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

Shades of Viridian #3B7C66

Tints of Viridian #3B7C66

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.51%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 20.7%
G = 43.51%
B = 35.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#3B7C66 (or 0x3B7C66) is known color: Viridian. HEX triplet: 3B, 7C and 66. RGB value is (59,124,102). Sum of RGB (Red+Green+Blue) = 59+124+102=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7C66 is #C48399. Grayscale: #666666. Windows color (decimal): -12878746 or 6716475. OLE color: 6716475.

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

Color convert

RGB 59 124 102 -
CMYK 0.52 0 0.18 0.51
HSL 159.69º 0.36% 0.36% -
HSV(B) 159.69º 0.52% 0.49% -
XYZ 11.41 16.3 15.12 -
YUV 102.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 59 124 102 0.52 0 0.18 0.51 159.69 0.36 0.36
Hex 3B 7C 66 34 0 12 33 A0 24 24
Octal 73 174 146 64 0 22 63 240 44 44
Binary 111011 1111100 1100110 110100 0 10010 110011 10100000 100100 100100

Color Harmonies of #3B7C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7C66

Black with #3B7C66

Text Example


Text Example

White with #3B7C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,124,102); }

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

background-color css

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

 a { background-color: rgb(59,124,102); }

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

border-color css

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

 span { border-color: rgb(59,124,102); }

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