Html Css Color HEX #338874 Viridian

📋 copy color: '#338874'

red 51 ◦ green 136 ◦ blue 116

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

Shades of Viridian #338874

Tints of Viridian #338874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 16.83%
G = 44.88%
B = 38.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#338874 (or 0x338874) is known color: Viridian. HEX triplet: 33, 88 and 74. RGB value is (51,136,116). Sum of RGB (Red+Green+Blue) = 51+136+116=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #338874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338874 is #CC778B. Grayscale: #6C6C6C. Windows color (decimal): -13399948 or 7637043. OLE color: 7637043.

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

Color convert

RGB 51 136 116 -
CMYK 0.62 0 0.15 0.47
HSL 165.88º 0.45% 0.37% -
HSV(B) 165.88º 0.63% 0.53% -
XYZ 13.32 19.57 19.6 -
YUV 108.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 51 136 116 0.62 0 0.15 0.47 165.88 0.45 0.37
Hex 33 88 74 3E 0 F 2F A6 2D 25
Octal 63 210 164 76 0 17 57 246 55 45
Binary 110011 10001000 1110100 111110 0 1111 101111 10100110 101101 100101

Color Harmonies of #338874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338874

Black with #338874

Text Example


Text Example

White with #338874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338874; }

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

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

background-color css

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

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

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

border-color css

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

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

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