Html Css Color HEX #338766 Viridian

📋 copy color: '#338766'

red 51 ◦ green 135 ◦ blue 102

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

Shades of Viridian #338766

Tints of Viridian #338766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.88%

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

R = 17.71%
G = 46.88%
B = 35.42%

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

#338766 (or 0x338766) is known color: Viridian. HEX triplet: 33, 87 and 66. RGB value is (51,135,102). Sum of RGB (Red+Green+Blue) = 51+135+102=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #338766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338766 is #CC7899. Grayscale: #6A6A6A. Windows color (decimal): -13400218 or 6719283. OLE color: 6719283.

HSL color Cylindrical-coordinate representation of color #338766: hue angle of 156.43º 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 #338766 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 135 102 -
CMYK 0.62 0 0.24 0.47
HSL 156.43º 0.45% 0.36% -
HSV(B) 156.43º 0.62% 0.53% -
XYZ 12.43 18.99 15.58 -
YUV 106.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 51 135 102 0.62 0 0.24 0.47 156.43 0.45 0.36
Hex 33 87 66 3E 0 18 2F 9C 2D 24
Octal 63 207 146 76 0 30 57 234 55 44
Binary 110011 10000111 1100110 111110 0 11000 101111 10011100 101101 100100

Color Harmonies of #338766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338766

Black with #338766

Text Example


Text Example

White with #338766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338766; }

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

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

background-color css

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

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

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

border-color css

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

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

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