Html Css Color HEX #3C7768 Viridian

📋 copy color: '#3C7768'

red 60 ◦ green 119 ◦ blue 104

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

Shades of Viridian #3C7768

Tints of Viridian #3C7768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 21.2%
G = 42.05%
B = 36.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#3C7768 (or 0x3C7768) is known color: Viridian. HEX triplet: 3C, 77 and 68. RGB value is (60,119,104). Sum of RGB (Red+Green+Blue) = 60+119+104=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7768 is #C38897. Grayscale: #636363. Windows color (decimal): -12814488 or 6846268. OLE color: 6846268.

HSL color Cylindrical-coordinate representation of color #3C7768: hue angle of 164.75º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7768 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 104 -
CMYK 0.50 0 0.13 0.53
HSL 164.75º 0.33% 0.35% -
HSV(B) 164.75º 0.5% 0.47% -
XYZ 10.96 15.15 15.44 -
YUV 99.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 60 119 104 0.50 0 0.13 0.53 164.75 0.33 0.35
Hex 3C 77 68 32 0 D 35 A5 21 23
Octal 74 167 150 62 0 15 65 245 41 43
Binary 111100 1110111 1101000 110010 0 1101 110101 10100101 100001 100011

Color Harmonies of #3C7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7768

Black with #3C7768

Text Example


Text Example

White with #3C7768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,119,104); }

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

background-color css

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

 a { background-color: rgb(60,119,104); }

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

border-color css

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

 span { border-color: rgb(60,119,104); }

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