Html Css Color HEX #338974 Viridian

📋 copy color: '#338974'

red 51 ◦ green 137 ◦ blue 116

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

Shades of Viridian #338974

Tints of Viridian #338974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 16.78%
G = 45.07%
B = 38.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#338974 (or 0x338974) is known color: Viridian. HEX triplet: 33, 89 and 74. RGB value is (51,137,116). Sum of RGB (Red+Green+Blue) = 51+137+116=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #338974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338974 is #CC768B. Grayscale: #6C6C6C. Windows color (decimal): -13399692 or 7637299. OLE color: 7637299.

HSL color Cylindrical-coordinate representation of color #338974: hue angle of 165.35º 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 #338974 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 116 -
CMYK 0.63 0 0.15 0.46
HSL 165.35º 0.46% 0.37% -
HSV(B) 165.35º 0.63% 0.54% -
XYZ 13.46 19.86 19.65 -
YUV 108.89 132.01 86.71 -
System Red Green Blue C M Y K H S L
Decimal 51 137 116 0.63 0 0.15 0.46 165.35 0.46 0.37
Hex 33 89 74 3F 0 F 2E A5 2E 25
Octal 63 211 164 77 0 17 56 245 56 45
Binary 110011 10001001 1110100 111111 0 1111 101110 10100101 101110 100101

Color Harmonies of #338974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338974

Black with #338974

Text Example


Text Example

White with #338974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338974; }

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

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

background-color css

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

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

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

border-color css

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

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

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