Html Css Color HEX #3C7667 Viridian

📋 copy color: '#3C7667'

red 60 ◦ green 118 ◦ blue 103

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

Shades of Viridian #3C7667

Tints of Viridian #3C7667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 21.35%
G = 41.99%
B = 36.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#3C7667 (or 0x3C7667) is known color: Viridian. HEX triplet: 3C, 76 and 67. RGB value is (60,118,103). Sum of RGB (Red+Green+Blue) = 60+118+103=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7667 is #C38998. Grayscale: #626262. Windows color (decimal): -12814745 or 6780476. OLE color: 6780476.

HSL color Cylindrical-coordinate representation of color #3C7667: hue angle of 164.48º 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 #3C7667 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 103 -
CMYK 0.49 0 0.13 0.54
HSL 164.48º 0.33% 0.35% -
HSV(B) 164.48º 0.49% 0.46% -
XYZ 10.79 14.9 15.14 -
YUV 98.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 60 118 103 0.49 0 0.13 0.54 164.48 0.33 0.35
Hex 3C 76 67 31 0 D 36 A4 21 23
Octal 74 166 147 61 0 15 66 244 41 43
Binary 111100 1110110 1100111 110001 0 1101 110110 10100100 100001 100011

Color Harmonies of #3C7667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7667

Black with #3C7667

Text Example


Text Example

White with #3C7667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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