Html Css Color HEX #3C7A64 Viridian

📋 copy color: '#3C7A64'

red 60 ◦ green 122 ◦ blue 100

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

Shades of Viridian #3C7A64

Tints of Viridian #3C7A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 21.28%
G = 43.26%
B = 35.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#3C7A64 (or 0x3C7A64) is known color: Viridian. HEX triplet: 3C, 7A and 64. RGB value is (60,122,100). Sum of RGB (Red+Green+Blue) = 60+122+100=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A64 is #C3859B. Grayscale: #646464. Windows color (decimal): -12813724 or 6584892. OLE color: 6584892.

HSL color Cylindrical-coordinate representation of color #3C7A64: hue angle of 158.71º 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 #3C7A64 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 122 100 -
CMYK 0.51 0 0.18 0.52
HSL 158.71º 0.34% 0.36% -
HSV(B) 158.71º 0.51% 0.48% -
XYZ 11.12 15.8 14.52 -
YUV 100.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 60 122 100 0.51 0 0.18 0.52 158.71 0.34 0.36
Hex 3C 7A 64 33 0 12 34 9F 22 24
Octal 74 172 144 63 0 22 64 237 42 44
Binary 111100 1111010 1100100 110011 0 10010 110100 10011111 100010 100100

Color Harmonies of #3C7A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A64

Black with #3C7A64

Text Example


Text Example

White with #3C7A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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