Html Css Color HEX #338975 Viridian

📋 copy color: '#338975'

red 51 ◦ green 137 ◦ blue 117

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

Shades of Viridian #338975

Tints of Viridian #338975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 16.72%
G = 44.92%
B = 38.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#338975 (or 0x338975) is known color: Viridian. HEX triplet: 33, 89 and 75. RGB value is (51,137,117). Sum of RGB (Red+Green+Blue) = 51+137+117=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #338975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338975 is #CC768A. Grayscale: #6D6D6D. Windows color (decimal): -13399691 or 7702835. OLE color: 7702835.

HSL color Cylindrical-coordinate representation of color #338975: hue angle of 166.05º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338975 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 117 -
CMYK 0.63 0 0.15 0.46
HSL 166.05º 0.46% 0.37% -
HSV(B) 166.05º 0.63% 0.54% -
XYZ 13.52 19.88 19.95 -
YUV 109.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 51 137 117 0.63 0 0.15 0.46 166.05 0.46 0.37
Hex 33 89 75 3F 0 F 2E A6 2E 25
Octal 63 211 165 77 0 17 56 246 56 45
Binary 110011 10001001 1110101 111111 0 1111 101110 10100110 101110 100101

Color Harmonies of #338975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338975

Black with #338975

Text Example


Text Example

White with #338975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338975; }

 p { color: rgb(51,137,117); }

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

background-color css

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

 a { background-color: rgb(51,137,117); }

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

border-color css

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

 span { border-color: rgb(51,137,117); }

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