Html Css Color HEX #3C8770 Viridian

📋 copy color: '#3C8770'

red 60 ◦ green 135 ◦ blue 112

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

Shades of Viridian #3C8770

Tints of Viridian #3C8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 19.54%
G = 43.97%
B = 36.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#3C8770 (or 0x3C8770) is known color: Viridian. HEX triplet: 3C, 87 and 70. RGB value is (60,135,112). Sum of RGB (Red+Green+Blue) = 60+135+112=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8770 is #C3788F. Grayscale: #6D6D6D. Windows color (decimal): -12810384 or 7374652. OLE color: 7374652.

HSL color Cylindrical-coordinate representation of color #3C8770: hue angle of 161.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8770 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 135 112 -
CMYK 0.56 0 0.17 0.47
HSL 161.6º 0.38% 0.38% -
HSV(B) 161.6º 0.56% 0.53% -
XYZ 13.45 19.46 18.38 -
YUV 109.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 60 135 112 0.56 0 0.17 0.47 161.6 0.38 0.38
Hex 3C 87 70 38 0 11 2F A2 26 26
Octal 74 207 160 70 0 21 57 242 46 46
Binary 111100 10000111 1110000 111000 0 10001 101111 10100010 100110 100110

Color Harmonies of #3C8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8770

Black with #3C8770

Text Example


Text Example

White with #3C8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,135,112); }

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

background-color css

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

 a { background-color: rgb(60,135,112); }

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

border-color css

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

 span { border-color: rgb(60,135,112); }

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