Html Css Color HEX #338066 Viridian

📋 copy color: '#338066'

red 51 ◦ green 128 ◦ blue 102

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

Shades of Viridian #338066

Tints of Viridian #338066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 18.15%
G = 45.55%
B = 36.3%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#338066 (or 0x338066) is known color: Viridian. HEX triplet: 33, 80 and 66. RGB value is (51,128,102). Sum of RGB (Red+Green+Blue) = 51+128+102=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #338066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338066 is #CC7F99. Grayscale: #666666. Windows color (decimal): -13402010 or 6717491. OLE color: 6717491.

HSL color Cylindrical-coordinate representation of color #338066: hue angle of 159.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338066 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 102 -
CMYK 0.60 0 0.20 0.50
HSL 159.74º 0.43% 0.35% -
HSV(B) 159.74º 0.6% 0.5% -
XYZ 11.48 17.1 15.27 -
YUV 102.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 51 128 102 0.60 0 0.20 0.50 159.74 0.43 0.35
Hex 33 80 66 3C 0 14 32 A0 2B 23
Octal 63 200 146 74 0 24 62 240 53 43
Binary 110011 10000000 1100110 111100 0 10100 110010 10100000 101011 100011

Color Harmonies of #338066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338066

Black with #338066

Text Example


Text Example

White with #338066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338066; }

 p { color: rgb(51,128,102); }

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

background-color css

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

 a { background-color: rgb(51,128,102); }

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

border-color css

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

 span { border-color: rgb(51,128,102); }

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