Html Css Color HEX #3A7C68 Viridian

📋 copy color: '#3A7C68'

red 58 ◦ green 124 ◦ blue 104

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

Shades of Viridian #3A7C68

Tints of Viridian #3A7C68

RGB

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

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

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

R = 20.28%
G = 43.36%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#3A7C68 (or 0x3A7C68) is known color: Viridian. HEX triplet: 3A, 7C and 68. RGB value is (58,124,104). Sum of RGB (Red+Green+Blue) = 58+124+104=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C68 is #C58397. Grayscale: #666666. Windows color (decimal): -12944280 or 6847546. OLE color: 6847546.

HSL color Cylindrical-coordinate representation of color #3A7C68: hue angle of 161.82º 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 #3A7C68 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 124 104 -
CMYK 0.53 0 0.16 0.51
HSL 161.82º 0.36% 0.36% -
HSV(B) 161.82º 0.53% 0.49% -
XYZ 11.45 16.31 15.64 -
YUV 101.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 58 124 104 0.53 0 0.16 0.51 161.82 0.36 0.36
Hex 3A 7C 68 35 0 10 33 A2 24 24
Octal 72 174 150 65 0 20 63 242 44 44
Binary 111010 1111100 1101000 110101 0 10000 110011 10100010 100100 100100

Color Harmonies of #3A7C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7C68

Black with #3A7C68

Text Example


Text Example

White with #3A7C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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