Html Css Color HEX #3A856E Viridian

📋 copy color: '#3A856E'

red 58 ◦ green 133 ◦ blue 110

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

Shades of Viridian #3A856E

Tints of Viridian #3A856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

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

R = 19.27%
G = 44.19%
B = 36.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#3A856E (or 0x3A856E) is known color: Viridian. HEX triplet: 3A, 85 and 6E. RGB value is (58,133,110). Sum of RGB (Red+Green+Blue) = 58+133+110=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #3A856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A856E is #C57A91. Grayscale: #6B6B6B. Windows color (decimal): -12941970 or 7243066. OLE color: 7243066.

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

Color convert

RGB 58 133 110 -
CMYK 0.56 0 0.17 0.48
HSL 161.6º 0.39% 0.37% -
HSV(B) 161.6º 0.56% 0.52% -
XYZ 12.95 18.8 17.7 -
YUV 107.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 58 133 110 0.56 0 0.17 0.48 161.6 0.39 0.37
Hex 3A 85 6E 38 0 11 30 A2 27 25
Octal 72 205 156 70 0 21 60 242 47 45
Binary 111010 10000101 1101110 111000 0 10001 110000 10100010 100111 100101

Color Harmonies of #3A856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A856E

Black with #3A856E

Text Example


Text Example

White with #3A856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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