Html Css Color HEX #369470 Viridian

📋 copy color: '#369470'

red 54 ◦ green 148 ◦ blue 112

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

Shades of Viridian #369470

Tints of Viridian #369470

RGB

 RED value IS 54 (21.48% from 255) = 17.2%

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 17.2%
G = 47.13%
B = 35.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#369470 (or 0x369470) is known color: Viridian. HEX triplet: 36, 94 and 70. RGB value is (54,148,112). Sum of RGB (Red+Green+Blue) = 54+148+112=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #369470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369470 is #C96B8F. Grayscale: #737373. Windows color (decimal): -13200272 or 7377974. OLE color: 7377974.

HSL color Cylindrical-coordinate representation of color #369470: hue angle of 157.02º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369470 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 148 112 -
CMYK 0.64 0 0.24 0.42
HSL 157.02º 0.47% 0.4% -
HSV(B) 157.02º 0.64% 0.58% -
XYZ 15.04 23.13 19 -
YUV 115.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 54 148 112 0.64 0 0.24 0.42 157.02 0.47 0.4
Hex 36 94 70 40 0 18 2A 9D 2F 28
Octal 66 224 160 100 0 30 52 235 57 50
Binary 110110 10010100 1110000 1000000 0 11000 101010 10011101 101111 101000

Color Harmonies of #369470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369470

Black with #369470

Text Example


Text Example

White with #369470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369470; }

 p { color: rgb(54,148,112); }

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

background-color css

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

 a { background-color: rgb(54,148,112); }

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

border-color css

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

 span { border-color: rgb(54,148,112); }

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