Html Css Color HEX #3C8B68 Viridian

📋 copy color: '#3C8B68'

red 60 ◦ green 139 ◦ blue 104

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

Shades of Viridian #3C8B68

Tints of Viridian #3C8B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.87%

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

R = 19.8%
G = 45.87%
B = 34.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#3C8B68 (or 0x3C8B68) is known color: Viridian. HEX triplet: 3C, 8B and 68. RGB value is (60,139,104). Sum of RGB (Red+Green+Blue) = 60+139+104=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B68 is #C37497. Grayscale: #6F6F6F. Windows color (decimal): -12809368 or 6851388. OLE color: 6851388.

HSL color Cylindrical-coordinate representation of color #3C8B68: hue angle of 153.42º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8B68 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 139 104 -
CMYK 0.57 0 0.25 0.45
HSL 153.42º 0.4% 0.39% -
HSV(B) 153.42º 0.57% 0.55% -
XYZ 13.59 20.43 16.32 -
YUV 111.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 60 139 104 0.57 0 0.25 0.45 153.42 0.4 0.39
Hex 3C 8B 68 39 0 19 2D 99 28 27
Octal 74 213 150 71 0 31 55 231 50 47
Binary 111100 10001011 1101000 111001 0 11001 101101 10011001 101000 100111

Color Harmonies of #3C8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8B68

Black with #3C8B68

Text Example


Text Example

White with #3C8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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