Html Css Color HEX #338C78 Viridian

📋 copy color: '#338C78'

red 51 ◦ green 140 ◦ blue 120

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

Shades of Viridian #338C78

Tints of Viridian #338C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 16.4%
G = 45.02%
B = 38.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#338C78 (or 0x338C78) is known color: Viridian. HEX triplet: 33, 8C and 78. RGB value is (51,140,120). Sum of RGB (Red+Green+Blue) = 51+140+120=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #338C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338C78 is #CC7387. Grayscale: #6F6F6F. Windows color (decimal): -13398920 or 7900211. OLE color: 7900211.

HSL color Cylindrical-coordinate representation of color #338C78: hue angle of 166.52º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338C78 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 140 120 -
CMYK 0.64 0 0.14 0.45
HSL 166.52º 0.47% 0.37% -
HSV(B) 166.52º 0.64% 0.55% -
XYZ 14.13 20.82 21.04 -
YUV 111.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 51 140 120 0.64 0 0.14 0.45 166.52 0.47 0.37
Hex 33 8C 78 40 0 E 2D A7 2F 25
Octal 63 214 170 100 0 16 55 247 57 45
Binary 110011 10001100 1111000 1000000 0 1110 101101 10100111 101111 100101

Color Harmonies of #338C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338C78

Black with #338C78

Text Example


Text Example

White with #338C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338C78; }

 p { color: rgb(51,140,120); }

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

background-color css

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

 a { background-color: rgb(51,140,120); }

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

border-color css

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

 span { border-color: rgb(51,140,120); }

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