Html Css Color HEX #338868 Viridian

📋 copy color: '#338868'

red 51 ◦ green 136 ◦ blue 104

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

Shades of Viridian #338868

Tints of Viridian #338868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.74%

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

R = 17.53%
G = 46.74%
B = 35.74%

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

#338868 (or 0x338868) is known color: Viridian. HEX triplet: 33, 88 and 68. RGB value is (51,136,104). Sum of RGB (Red+Green+Blue) = 51+136+104=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #338868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338868 is #CC7797. Grayscale: #6A6A6A. Windows color (decimal): -13399960 or 6850611. OLE color: 6850611.

HSL color Cylindrical-coordinate representation of color #338868: hue angle of 157.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338868 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 136 104 -
CMYK 0.62 0 0.24 0.47
HSL 157.41º 0.45% 0.37% -
HSV(B) 157.41º 0.63% 0.53% -
XYZ 12.67 19.31 16.16 -
YUV 106.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 51 136 104 0.62 0 0.24 0.47 157.41 0.45 0.37
Hex 33 88 68 3E 0 18 2F 9D 2D 25
Octal 63 210 150 76 0 30 57 235 55 45
Binary 110011 10001000 1101000 111110 0 11000 101111 10011101 101101 100101

Color Harmonies of #338868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338868

Black with #338868

Text Example


Text Example

White with #338868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338868; }

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

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

background-color css

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

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

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

border-color css

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

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

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