Html Css Color HEX #3A836E Viridian

📋 copy color: '#3A836E'

red 58 ◦ green 131 ◦ blue 110

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

Shades of Viridian #3A836E

Tints of Viridian #3A836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 19.4%
G = 43.81%
B = 36.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#3A836E (or 0x3A836E) is known color: Viridian. HEX triplet: 3A, 83 and 6E. RGB value is (58,131,110). Sum of RGB (Red+Green+Blue) = 58+131+110=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #3A836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A836E is #C57C91. Grayscale: #6A6A6A. Windows color (decimal): -12942482 or 7242554. OLE color: 7242554.

HSL color Cylindrical-coordinate representation of color #3A836E: hue angle of 162.74º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A836E is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 131 110 -
CMYK 0.56 0 0.16 0.49
HSL 162.74º 0.39% 0.37% -
HSV(B) 162.74º 0.56% 0.51% -
XYZ 12.68 18.26 17.61 -
YUV 106.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 58 131 110 0.56 0 0.16 0.49 162.74 0.39 0.37
Hex 3A 83 6E 38 0 10 31 A3 27 25
Octal 72 203 156 70 0 20 61 243 47 45
Binary 111010 10000011 1101110 111000 0 10000 110001 10100011 100111 100101

Color Harmonies of #3A836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A836E

Black with #3A836E

Text Example


Text Example

White with #3A836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,131,110); }

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

background-color css

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

 a { background-color: rgb(58,131,110); }

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

border-color css

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

 span { border-color: rgb(58,131,110); }

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