Html Css Color HEX #338973 Viridian

📋 copy color: '#338973'

red 51 ◦ green 137 ◦ blue 115

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

Shades of Viridian #338973

Tints of Viridian #338973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 16.83%
G = 45.21%
B = 37.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#338973 (or 0x338973) is known color: Viridian. HEX triplet: 33, 89 and 73. RGB value is (51,137,115). Sum of RGB (Red+Green+Blue) = 51+137+115=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #338973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338973 is #CC768C. Grayscale: #6C6C6C. Windows color (decimal): -13399693 or 7571763. OLE color: 7571763.

HSL color Cylindrical-coordinate representation of color #338973: hue angle of 164.65º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338973 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 115 -
CMYK 0.63 0 0.16 0.46
HSL 164.65º 0.46% 0.37% -
HSV(B) 164.65º 0.63% 0.54% -
XYZ 13.41 19.83 19.34 -
YUV 108.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 51 137 115 0.63 0 0.16 0.46 164.65 0.46 0.37
Hex 33 89 73 3F 0 10 2E A5 2E 25
Octal 63 211 163 77 0 20 56 245 56 45
Binary 110011 10001001 1110011 111111 0 10000 101110 10100101 101110 100101

Color Harmonies of #338973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338973

Black with #338973

Text Example


Text Example

White with #338973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338973; }

 p { color: rgb(51,137,115); }

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

background-color css

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

 a { background-color: rgb(51,137,115); }

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

border-color css

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

 span { border-color: rgb(51,137,115); }

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