Html Css Color HEX #3A9277 Viridian

📋 copy color: '#3A9277'

red 58 ◦ green 146 ◦ blue 119

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

Shades of Viridian #3A9277

Tints of Viridian #3A9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

 BLUE value IS 119 (46.88% from 255) = 36.84%

R = 17.96%
G = 45.2%
B = 36.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#3A9277 (or 0x3A9277) is known color: Viridian. HEX triplet: 3A, 92 and 77. RGB value is (58,146,119). Sum of RGB (Red+Green+Blue) = 58+146+119=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9277 is #C56D88. Grayscale: #747474. Windows color (decimal): -12938633 or 7836218. OLE color: 7836218.

HSL color Cylindrical-coordinate representation of color #3A9277: hue angle of 161.59º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9277 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 146 119 -
CMYK 0.60 0 0.18 0.43
HSL 161.59º 0.43% 0.4% -
HSV(B) 161.59º 0.6% 0.57% -
XYZ 15.35 22.79 21.04 -
YUV 116.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 58 146 119 0.60 0 0.18 0.43 161.59 0.43 0.4
Hex 3A 92 77 3C 0 12 2B A2 2B 28
Octal 72 222 167 74 0 22 53 242 53 50
Binary 111010 10010010 1110111 111100 0 10010 101011 10100010 101011 101000

Color Harmonies of #3A9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9277

Black with #3A9277

Text Example


Text Example

White with #3A9277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,146,119); }

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

background-color css

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

 a { background-color: rgb(58,146,119); }

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

border-color css

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

 span { border-color: rgb(58,146,119); }

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