Html Css Color HEX #338169 Viridian

📋 copy color: '#338169'

red 51 ◦ green 129 ◦ blue 105

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

Shades of Viridian #338169

Tints of Viridian #338169

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 17.89%
G = 45.26%
B = 36.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#338169 (or 0x338169) is known color: Viridian. HEX triplet: 33, 81 and 69. RGB value is (51,129,105). Sum of RGB (Red+Green+Blue) = 51+129+105=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #338169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338169 is #CC7E96. Grayscale: #666666. Windows color (decimal): -13401751 or 6914355. OLE color: 6914355.

HSL color Cylindrical-coordinate representation of color #338169: hue angle of 161.54º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338169 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 105 -
CMYK 0.60 0 0.19 0.49
HSL 161.54º 0.43% 0.35% -
HSV(B) 161.54º 0.6% 0.51% -
XYZ 11.77 17.42 16.11 -
YUV 102.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 51 129 105 0.60 0 0.19 0.49 161.54 0.43 0.35
Hex 33 81 69 3C 0 13 31 A2 2B 23
Octal 63 201 151 74 0 23 61 242 53 43
Binary 110011 10000001 1101001 111100 0 10011 110001 10100010 101011 100011

Color Harmonies of #338169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338169

Black with #338169

Text Example


Text Example

White with #338169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338169; }

 p { color: rgb(51,129,105); }

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

background-color css

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

 a { background-color: rgb(51,129,105); }

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

border-color css

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

 span { border-color: rgb(51,129,105); }

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