Html Css Color HEX #3C8869 Viridian

📋 copy color: '#3C8869'

red 60 ◦ green 136 ◦ blue 105

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

Shades of Viridian #3C8869

Tints of Viridian #3C8869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 19.93%
G = 45.18%
B = 34.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#3C8869 (or 0x3C8869) is known color: Viridian. HEX triplet: 3C, 88 and 69. RGB value is (60,136,105). Sum of RGB (Red+Green+Blue) = 60+136+105=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8869 is #C37796. Grayscale: #6D6D6D. Windows color (decimal): -12810135 or 6916156. OLE color: 6916156.

HSL color Cylindrical-coordinate representation of color #3C8869: hue angle of 155.53º degrees, saturation: 0.39, 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 #3C8869 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 136 105 -
CMYK 0.56 0 0.23 0.47
HSL 155.53º 0.39% 0.38% -
HSV(B) 155.53º 0.56% 0.53% -
XYZ 13.22 19.59 16.45 -
YUV 109.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 60 136 105 0.56 0 0.23 0.47 155.53 0.39 0.38
Hex 3C 88 69 38 0 17 2F 9C 27 26
Octal 74 210 151 70 0 27 57 234 47 46
Binary 111100 10001000 1101001 111000 0 10111 101111 10011100 100111 100110

Color Harmonies of #3C8869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8869

Black with #3C8869

Text Example


Text Example

White with #3C8869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,136,105); }

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

background-color css

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

 a { background-color: rgb(60,136,105); }

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

border-color css

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

 span { border-color: rgb(60,136,105); }

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