Html Css Color HEX #3A7A64 Viridian

📋 copy color: '#3A7A64'

red 58 ◦ green 122 ◦ blue 100

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

Shades of Viridian #3A7A64

Tints of Viridian #3A7A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.57%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 20.71%
G = 43.57%
B = 35.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#3A7A64 (or 0x3A7A64) is known color: Viridian. HEX triplet: 3A, 7A and 64. RGB value is (58,122,100). Sum of RGB (Red+Green+Blue) = 58+122+100=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A64 is #C5859B. Grayscale: #646464. Windows color (decimal): -12944796 or 6584890. OLE color: 6584890.

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

Color convert

RGB 58 122 100 -
CMYK 0.52 0 0.18 0.52
HSL 159.38º 0.36% 0.35% -
HSV(B) 159.38º 0.52% 0.48% -
XYZ 11 15.74 14.51 -
YUV 100.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 58 122 100 0.52 0 0.18 0.52 159.38 0.36 0.35
Hex 3A 7A 64 34 0 12 34 9F 24 23
Octal 72 172 144 64 0 22 64 237 44 43
Binary 111010 1111010 1100100 110100 0 10010 110100 10011111 100100 100011

Color Harmonies of #3A7A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7A64

Black with #3A7A64

Text Example


Text Example

White with #3A7A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,122,100); }

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

background-color css

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

 a { background-color: rgb(58,122,100); }

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

border-color css

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

 span { border-color: rgb(58,122,100); }

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