Html Css Color HEX #338671 Viridian

📋 copy color: '#338671'

red 51 ◦ green 134 ◦ blue 113

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

Shades of Viridian #338671

Tints of Viridian #338671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 17.11%
G = 44.97%
B = 37.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#338671 (or 0x338671) is known color: Viridian. HEX triplet: 33, 86 and 71. RGB value is (51,134,113). Sum of RGB (Red+Green+Blue) = 51+134+113=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #338671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338671 is #CC798E. Grayscale: #6A6A6A. Windows color (decimal): -13400463 or 7439923. OLE color: 7439923.

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

Color convert

RGB 51 134 113 -
CMYK 0.62 0 0.16 0.47
HSL 164.82º 0.45% 0.36% -
HSV(B) 164.82º 0.62% 0.53% -
XYZ 12.87 18.95 18.6 -
YUV 106.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 51 134 113 0.62 0 0.16 0.47 164.82 0.45 0.36
Hex 33 86 71 3E 0 10 2F A5 2D 24
Octal 63 206 161 76 0 20 57 245 55 44
Binary 110011 10000110 1110001 111110 0 10000 101111 10100101 101101 100100

Color Harmonies of #338671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338671

Black with #338671

Text Example


Text Example

White with #338671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338671; }

 p { color: rgb(51,134,113); }

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

background-color css

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

 a { background-color: rgb(51,134,113); }

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

border-color css

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

 span { border-color: rgb(51,134,113); }

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