Html Css Color HEX #3C7665 Viridian

📋 copy color: '#3C7665'

red 60 ◦ green 118 ◦ blue 101

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

Shades of Viridian #3C7665

Tints of Viridian #3C7665

RGB

 RED value IS 60 (23.83% from 255) = 21.51%

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 21.51%
G = 42.29%
B = 36.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#3C7665 (or 0x3C7665) is known color: Viridian. HEX triplet: 3C, 76 and 65. RGB value is (60,118,101). Sum of RGB (Red+Green+Blue) = 60+118+101=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7665 is #C3899A. Grayscale: #626262. Windows color (decimal): -12814747 or 6649404. OLE color: 6649404.

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

Color convert

RGB 60 118 101 -
CMYK 0.49 0 0.14 0.54
HSL 162.41º 0.33% 0.35% -
HSV(B) 162.41º 0.49% 0.46% -
XYZ 10.69 14.86 14.62 -
YUV 98.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 60 118 101 0.49 0 0.14 0.54 162.41 0.33 0.35
Hex 3C 76 65 31 0 E 36 A2 21 23
Octal 74 166 145 61 0 16 66 242 41 43
Binary 111100 1110110 1100101 110001 0 1110 110110 10100010 100001 100011

Color Harmonies of #3C7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7665

Black with #3C7665

Text Example


Text Example

White with #3C7665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,101); }

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

background-color css

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

 a { background-color: rgb(60,118,101); }

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

border-color css

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

 span { border-color: rgb(60,118,101); }

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