Html Css Color HEX #338168 Viridian

📋 copy color: '#338168'

red 51 ◦ green 129 ◦ blue 104

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

Shades of Viridian #338168

Tints of Viridian #338168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 17.96%
G = 45.42%
B = 36.62%

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

#338168 (or 0x338168) is known color: Viridian. HEX triplet: 33, 81 and 68. RGB value is (51,129,104). Sum of RGB (Red+Green+Blue) = 51+129+104=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #338168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338168 is #CC7E97. Grayscale: #666666. Windows color (decimal): -13401752 or 6848819. OLE color: 6848819.

HSL color Cylindrical-coordinate representation of color #338168: hue angle of 160.77º 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 #338168 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 104 -
CMYK 0.60 0 0.19 0.49
HSL 160.77º 0.43% 0.35% -
HSV(B) 160.77º 0.6% 0.51% -
XYZ 11.71 17.4 15.84 -
YUV 102.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 51 129 104 0.60 0 0.19 0.49 160.77 0.43 0.35
Hex 33 81 68 3C 0 13 31 A1 2B 23
Octal 63 201 150 74 0 23 61 241 53 43
Binary 110011 10000001 1101000 111100 0 10011 110001 10100001 101011 100011

Color Harmonies of #338168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338168

Black with #338168

Text Example


Text Example

White with #338168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338168; }

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

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

background-color css

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

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

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

border-color css

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

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

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