Html Css Color HEX #3C7762 Viridian

📋 copy color: '#3C7762'

red 60 ◦ green 119 ◦ blue 98

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

Shades of Viridian #3C7762

Tints of Viridian #3C7762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 21.66%
G = 42.96%
B = 35.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#3C7762 (or 0x3C7762) is known color: Viridian. HEX triplet: 3C, 77 and 62. RGB value is (60,119,98). Sum of RGB (Red+Green+Blue) = 60+119+98=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7762 is #C3889D. Grayscale: #626262. Windows color (decimal): -12814494 or 6453052. OLE color: 6453052.

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

Color convert

RGB 60 119 98 -
CMYK 0.50 0 0.18 0.53
HSL 158.64º 0.33% 0.35% -
HSV(B) 158.64º 0.5% 0.47% -
XYZ 10.66 15.04 13.9 -
YUV 98.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 60 119 98 0.50 0 0.18 0.53 158.64 0.33 0.35
Hex 3C 77 62 32 0 12 35 9F 21 23
Octal 74 167 142 62 0 22 65 237 41 43
Binary 111100 1110111 1100010 110010 0 10010 110101 10011111 100001 100011

Color Harmonies of #3C7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7762

Black with #3C7762

Text Example


Text Example

White with #3C7762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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