Html Css Color HEX #338466 Viridian

📋 copy color: '#338466'

red 51 ◦ green 132 ◦ blue 102

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

Shades of Viridian #338466

Tints of Viridian #338466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.32%

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

R = 17.89%
G = 46.32%
B = 35.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#338466 (or 0x338466) is known color: Viridian. HEX triplet: 33, 84 and 66. RGB value is (51,132,102). Sum of RGB (Red+Green+Blue) = 51+132+102=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #338466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338466 is #CC7B99. Grayscale: #686868. Windows color (decimal): -13400986 or 6718515. OLE color: 6718515.

HSL color Cylindrical-coordinate representation of color #338466: hue angle of 157.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338466 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 102 -
CMYK 0.61 0 0.23 0.48
HSL 157.78º 0.44% 0.36% -
HSV(B) 157.78º 0.61% 0.52% -
XYZ 12.01 18.17 15.44 -
YUV 104.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 51 132 102 0.61 0 0.23 0.48 157.78 0.44 0.36
Hex 33 84 66 3D 0 17 30 9E 2C 24
Octal 63 204 146 75 0 27 60 236 54 44
Binary 110011 10000100 1100110 111101 0 10111 110000 10011110 101100 100100

Color Harmonies of #338466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338466

Black with #338466

Text Example


Text Example

White with #338466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338466; }

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

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

background-color css

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

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

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

border-color css

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

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

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