Html Css Color HEX #338266 Viridian

📋 copy color: '#338266'

red 51 ◦ green 130 ◦ blue 102

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

Shades of Viridian #338266

Tints of Viridian #338266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

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

R = 18.02%
G = 45.94%
B = 36.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#338266 (or 0x338266) is known color: Viridian. HEX triplet: 33, 82 and 66. RGB value is (51,130,102). Sum of RGB (Red+Green+Blue) = 51+130+102=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #338266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338266 is #CC7D99. Grayscale: #676767. Windows color (decimal): -13401498 or 6718003. OLE color: 6718003.

HSL color Cylindrical-coordinate representation of color #338266: hue angle of 158.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338266 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 102 -
CMYK 0.61 0 0.22 0.49
HSL 158.73º 0.44% 0.35% -
HSV(B) 158.73º 0.61% 0.51% -
XYZ 11.75 17.63 15.35 -
YUV 103.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 51 130 102 0.61 0 0.22 0.49 158.73 0.44 0.35
Hex 33 82 66 3D 0 16 31 9F 2C 23
Octal 63 202 146 75 0 26 61 237 54 43
Binary 110011 10000010 1100110 111101 0 10110 110001 10011111 101100 100011

Color Harmonies of #338266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338266

Black with #338266

Text Example


Text Example

White with #338266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338266; }

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

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

background-color css

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

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

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

border-color css

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

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

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