Html Css Color HEX #338666 Viridian

📋 copy color: '#338666'

red 51 ◦ green 134 ◦ blue 102

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

Shades of Viridian #338666

Tints of Viridian #338666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

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

R = 17.77%
G = 46.69%
B = 35.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#338666 (or 0x338666) is known color: Viridian. HEX triplet: 33, 86 and 66. RGB value is (51,134,102). Sum of RGB (Red+Green+Blue) = 51+134+102=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #338666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338666 is #CC7999. Grayscale: #696969. Windows color (decimal): -13400474 or 6719027. OLE color: 6719027.

HSL color Cylindrical-coordinate representation of color #338666: hue angle of 156.87º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338666 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 102 -
CMYK 0.62 0 0.24 0.47
HSL 156.87º 0.45% 0.36% -
HSV(B) 156.87º 0.62% 0.53% -
XYZ 12.29 18.71 15.53 -
YUV 105.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 51 134 102 0.62 0 0.24 0.47 156.87 0.45 0.36
Hex 33 86 66 3E 0 18 2F 9D 2D 24
Octal 63 206 146 76 0 30 57 235 55 44
Binary 110011 10000110 1100110 111110 0 11000 101111 10011101 101101 100100

Color Harmonies of #338666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338666

Black with #338666

Text Example


Text Example

White with #338666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338666; }

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

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

background-color css

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

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

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

border-color css

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

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

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