Html Css Color HEX #3C7A67 Viridian

📋 copy color: '#3C7A67'

red 60 ◦ green 122 ◦ blue 103

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

Shades of Viridian #3C7A67

Tints of Viridian #3C7A67

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.81%

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

R = 21.05%
G = 42.81%
B = 36.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#3C7A67 (or 0x3C7A67) is known color: Viridian. HEX triplet: 3C, 7A and 67. RGB value is (60,122,103). Sum of RGB (Red+Green+Blue) = 60+122+103=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A67 is #C38598. Grayscale: #656565. Windows color (decimal): -12813721 or 6781500. OLE color: 6781500.

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

Color convert

RGB 60 122 103 -
CMYK 0.51 0 0.16 0.52
HSL 161.61º 0.34% 0.36% -
HSV(B) 161.61º 0.51% 0.48% -
XYZ 11.27 15.86 15.3 -
YUV 101.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 60 122 103 0.51 0 0.16 0.52 161.61 0.34 0.36
Hex 3C 7A 67 33 0 10 34 A2 22 24
Octal 74 172 147 63 0 20 64 242 42 44
Binary 111100 1111010 1100111 110011 0 10000 110100 10100010 100010 100100

Color Harmonies of #3C7A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A67

Black with #3C7A67

Text Example


Text Example

White with #3C7A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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