Html Css Color HEX #338166 Viridian

📋 copy color: '#338166'

red 51 ◦ green 129 ◦ blue 102

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

Shades of Viridian #338166

Tints of Viridian #338166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.74%

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

R = 18.09%
G = 45.74%
B = 36.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#338166 (or 0x338166) is known color: Viridian. HEX triplet: 33, 81 and 66. RGB value is (51,129,102). Sum of RGB (Red+Green+Blue) = 51+129+102=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #338166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338166 is #CC7E99. Grayscale: #666666. Windows color (decimal): -13401754 or 6717747. OLE color: 6717747.

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

Color convert

RGB 51 129 102 -
CMYK 0.60 0 0.21 0.49
HSL 159.23º 0.43% 0.35% -
HSV(B) 159.23º 0.6% 0.51% -
XYZ 11.61 17.36 15.31 -
YUV 102.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 51 129 102 0.60 0 0.21 0.49 159.23 0.43 0.35
Hex 33 81 66 3C 0 15 31 9F 2B 23
Octal 63 201 146 74 0 25 61 237 53 43
Binary 110011 10000001 1100110 111100 0 10101 110001 10011111 101011 100011

Color Harmonies of #338166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338166

Black with #338166

Text Example


Text Example

White with #338166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338166; }

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

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

background-color css

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

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

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

border-color css

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

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

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