Html Css Color HEX #338366 Viridian

📋 copy color: '#338366'

red 51 ◦ green 131 ◦ blue 102

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

Shades of Viridian #338366

Tints of Viridian #338366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

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

R = 17.96%
G = 46.13%
B = 35.92%

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

#338366 (or 0x338366) is known color: Viridian. HEX triplet: 33, 83 and 66. RGB value is (51,131,102). Sum of RGB (Red+Green+Blue) = 51+131+102=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #338366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338366 is #CC7C99. Grayscale: #676767. Windows color (decimal): -13401242 or 6718259. OLE color: 6718259.

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

Color convert

RGB 51 131 102 -
CMYK 0.61 0 0.22 0.49
HSL 158.25º 0.44% 0.36% -
HSV(B) 158.25º 0.61% 0.51% -
XYZ 11.88 17.9 15.4 -
YUV 103.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 51 131 102 0.61 0 0.22 0.49 158.25 0.44 0.36
Hex 33 83 66 3D 0 16 31 9E 2C 24
Octal 63 203 146 75 0 26 61 236 54 44
Binary 110011 10000011 1100110 111101 0 10110 110001 10011110 101100 100100

Color Harmonies of #338366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338366

Black with #338366

Text Example


Text Example

White with #338366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338366; }

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

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

background-color css

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

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

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

border-color css

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

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

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