Html Css Color HEX #339472 Viridian

📋 copy color: '#339472'

red 51 ◦ green 148 ◦ blue 114

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

Shades of Viridian #339472

Tints of Viridian #339472

RGB

 RED value IS 51 (20.31% from 255) = 16.29%

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 16.29%
G = 47.28%
B = 36.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#339472 (or 0x339472) is known color: Viridian. HEX triplet: 33, 94 and 72. RGB value is (51,148,114). Sum of RGB (Red+Green+Blue) = 51+148+114=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #339472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339472 is #CC6B8D. Grayscale: #737373. Windows color (decimal): -13396878 or 7509043. OLE color: 7509043.

HSL color Cylindrical-coordinate representation of color #339472: hue angle of 158.97º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339472 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 114 -
CMYK 0.66 0 0.23 0.42
HSL 158.97º 0.49% 0.39% -
HSV(B) 158.97º 0.66% 0.58% -
XYZ 14.99 23.1 19.59 -
YUV 115.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 51 148 114 0.66 0 0.23 0.42 158.97 0.49 0.39
Hex 33 94 72 42 0 17 2A 9F 31 27
Octal 63 224 162 102 0 27 52 237 61 47
Binary 110011 10010100 1110010 1000010 0 10111 101010 10011111 110001 100111

Color Harmonies of #339472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339472

Black with #339472

Text Example


Text Example

White with #339472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339472; }

 p { color: rgb(51,148,114); }

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

background-color css

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

 a { background-color: rgb(51,148,114); }

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

border-color css

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

 span { border-color: rgb(51,148,114); }

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