Html Css Color HEX #338B73 Viridian

📋 copy color: '#338B73'

red 51 ◦ green 139 ◦ blue 115

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

Shades of Viridian #338B73

Tints of Viridian #338B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.57%

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

R = 16.72%
G = 45.57%
B = 37.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#338B73 (or 0x338B73) is known color: Viridian. HEX triplet: 33, 8B and 73. RGB value is (51,139,115). Sum of RGB (Red+Green+Blue) = 51+139+115=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #338B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B73 is #CC748C. Grayscale: #6D6D6D. Windows color (decimal): -13399181 or 7572275. OLE color: 7572275.

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

Color convert

RGB 51 139 115 -
CMYK 0.63 0 0.17 0.45
HSL 163.64º 0.46% 0.37% -
HSV(B) 163.64º 0.63% 0.55% -
XYZ 13.69 20.41 19.44 -
YUV 109.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 51 139 115 0.63 0 0.17 0.45 163.64 0.46 0.37
Hex 33 8B 73 3F 0 11 2D A4 2E 25
Octal 63 213 163 77 0 21 55 244 56 45
Binary 110011 10001011 1110011 111111 0 10001 101101 10100100 101110 100101

Color Harmonies of #338B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B73

Black with #338B73

Text Example


Text Example

White with #338B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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