Html Css Color HEX #3A8A68 Viridian

📋 copy color: '#3A8A68'

red 58 ◦ green 138 ◦ blue 104

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

Shades of Viridian #3A8A68

Tints of Viridian #3A8A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

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

R = 19.33%
G = 46%
B = 34.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#3A8A68 (or 0x3A8A68) is known color: Viridian. HEX triplet: 3A, 8A and 68. RGB value is (58,138,104). Sum of RGB (Red+Green+Blue) = 58+138+104=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A68 is #C57597. Grayscale: #6E6E6E. Windows color (decimal): -12940696 or 6851130. OLE color: 6851130.

HSL color Cylindrical-coordinate representation of color #3A8A68: hue angle of 154.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A68 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 138 104 -
CMYK 0.58 0 0.25 0.46
HSL 154.5º 0.41% 0.38% -
HSV(B) 154.5º 0.58% 0.54% -
XYZ 13.33 20.08 16.27 -
YUV 110.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 58 138 104 0.58 0 0.25 0.46 154.5 0.41 0.38
Hex 3A 8A 68 3A 0 19 2E 9A 29 26
Octal 72 212 150 72 0 31 56 232 51 46
Binary 111010 10001010 1101000 111010 0 11001 101110 10011010 101001 100110

Color Harmonies of #3A8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8A68

Black with #3A8A68

Text Example


Text Example

White with #3A8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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