Html Css Color HEX #3C9277 Viridian

📋 copy color: '#3C9277'

red 60 ◦ green 146 ◦ blue 119

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

Shades of Viridian #3C9277

Tints of Viridian #3C9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

 BLUE value IS 119 (46.88% from 255) = 36.62%

R = 18.46%
G = 44.92%
B = 36.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#3C9277 (or 0x3C9277) is known color: Viridian. HEX triplet: 3C, 92 and 77. RGB value is (60,146,119). Sum of RGB (Red+Green+Blue) = 60+146+119=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9277 is #C36D88. Grayscale: #757575. Windows color (decimal): -12807561 or 7836220. OLE color: 7836220.

HSL color Cylindrical-coordinate representation of color #3C9277: hue angle of 161.16º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9277 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 146 119 -
CMYK 0.59 0 0.18 0.43
HSL 161.16º 0.42% 0.4% -
HSV(B) 161.16º 0.59% 0.57% -
XYZ 15.47 22.85 21.05 -
YUV 117.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 60 146 119 0.59 0 0.18 0.43 161.16 0.42 0.4
Hex 3C 92 77 3B 0 12 2B A1 2A 28
Octal 74 222 167 73 0 22 53 241 52 50
Binary 111100 10010010 1110111 111011 0 10010 101011 10100001 101010 101000

Color Harmonies of #3C9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9277

Black with #3C9277

Text Example


Text Example

White with #3C9277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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