Html Css Color HEX #3A7C66 Viridian

📋 copy color: '#3A7C66'

red 58 ◦ green 124 ◦ blue 102

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

Shades of Viridian #3A7C66

Tints of Viridian #3A7C66

RGB

 RED value IS 58 (23.05% from 255) = 20.42%

 GREEN value IS 124 (48.83% from 255) = 43.66%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 20.42%
G = 43.66%
B = 35.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#3A7C66 (or 0x3A7C66) is known color: Viridian. HEX triplet: 3A, 7C and 66. RGB value is (58,124,102). Sum of RGB (Red+Green+Blue) = 58+124+102=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C66 is #C58399. Grayscale: #656565. Windows color (decimal): -12944282 or 6716474. OLE color: 6716474.

HSL color Cylindrical-coordinate representation of color #3A7C66: hue angle of 160º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7C66 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 124 102 -
CMYK 0.53 0 0.18 0.51
HSL 160º 0.36% 0.36% -
HSV(B) 160º 0.53% 0.49% -
XYZ 11.35 16.27 15.11 -
YUV 101.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 58 124 102 0.53 0 0.18 0.51 160 0.36 0.36
Hex 3A 7C 66 35 0 12 33 A0 24 24
Octal 72 174 146 65 0 22 63 240 44 44
Binary 111010 1111100 1100110 110101 0 10010 110011 10100000 100100 100100

Color Harmonies of #3A7C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7C66

Black with #3A7C66

Text Example


Text Example

White with #3A7C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,124,102); }

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

background-color css

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

 a { background-color: rgb(58,124,102); }

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

border-color css

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

 span { border-color: rgb(58,124,102); }

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