Html Css Color HEX #338D6A Viridian

📋 copy color: '#338D6A'

red 51 ◦ green 141 ◦ blue 106

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

Shades of Viridian #338D6A

Tints of Viridian #338D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 17.11%
G = 47.32%
B = 35.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#338D6A (or 0x338D6A) is known color: Viridian. HEX triplet: 33, 8D and 6A. RGB value is (51,141,106). Sum of RGB (Red+Green+Blue) = 51+141+106=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #338D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338D6A is #CC7295. Grayscale: #6E6E6E. Windows color (decimal): -13398678 or 6982963. OLE color: 6982963.

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

Color convert

RGB 51 141 106 -
CMYK 0.64 0 0.25 0.45
HSL 156.67º 0.47% 0.38% -
HSV(B) 156.67º 0.64% 0.55% -
XYZ 13.49 20.79 16.94 -
YUV 110.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 51 141 106 0.64 0 0.25 0.45 156.67 0.47 0.38
Hex 33 8D 6A 40 0 19 2D 9D 2F 26
Octal 63 215 152 100 0 31 55 235 57 46
Binary 110011 10001101 1101010 1000000 0 11001 101101 10011101 101111 100110

Color Harmonies of #338D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338D6A

Black with #338D6A

Text Example


Text Example

White with #338D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,141,106); }

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

background-color css

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

 a { background-color: rgb(51,141,106); }

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

border-color css

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

 span { border-color: rgb(51,141,106); }

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