Html Css Color HEX #338566 Viridian

📋 copy color: '#338566'

red 51 ◦ green 133 ◦ blue 102

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

Shades of Viridian #338566

Tints of Viridian #338566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 17.83%
G = 46.5%
B = 35.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#338566 (or 0x338566) is known color: Viridian. HEX triplet: 33, 85 and 66. RGB value is (51,133,102). Sum of RGB (Red+Green+Blue) = 51+133+102=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #338566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338566 is #CC7A99. Grayscale: #686868. Windows color (decimal): -13400730 or 6718771. OLE color: 6718771.

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

Color convert

RGB 51 133 102 -
CMYK 0.62 0 0.23 0.48
HSL 157.32º 0.45% 0.36% -
HSV(B) 157.32º 0.62% 0.52% -
XYZ 12.15 18.44 15.49 -
YUV 104.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 51 133 102 0.62 0 0.23 0.48 157.32 0.45 0.36
Hex 33 85 66 3E 0 17 30 9D 2D 24
Octal 63 205 146 76 0 27 60 235 55 44
Binary 110011 10000101 1100110 111110 0 10111 110000 10011101 101101 100100

Color Harmonies of #338566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338566

Black with #338566

Text Example


Text Example

White with #338566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338566; }

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

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

background-color css

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

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

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

border-color css

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

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

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