Html Css Color HEX #379275 Viridian

📋 copy color: '#379275'

red 55 ◦ green 146 ◦ blue 117

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

Shades of Viridian #379275

Tints of Viridian #379275

RGB

 RED value IS 55 (21.88% from 255) = 17.3%

 GREEN value IS 146 (57.42% from 255) = 45.91%

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

R = 17.3%
G = 45.91%
B = 36.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#379275 (or 0x379275) is known color: Viridian. HEX triplet: 37, 92 and 75. RGB value is (55,146,117). Sum of RGB (Red+Green+Blue) = 55+146+117=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #379275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379275 is #C86D8A. Grayscale: #737373. Windows color (decimal): -13135243 or 7705143. OLE color: 7705143.

HSL color Cylindrical-coordinate representation of color #379275: hue angle of 160.88º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379275 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 146 117 -
CMYK 0.62 0 0.20 0.43
HSL 160.88º 0.45% 0.39% -
HSV(B) 160.88º 0.62% 0.57% -
XYZ 15.07 22.65 20.41 -
YUV 115.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 55 146 117 0.62 0 0.20 0.43 160.88 0.45 0.39
Hex 37 92 75 3E 0 14 2B A1 2D 27
Octal 67 222 165 76 0 24 53 241 55 47
Binary 110111 10010010 1110101 111110 0 10100 101011 10100001 101101 100111

Color Harmonies of #379275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379275

Black with #379275

Text Example


Text Example

White with #379275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379275; }

 p { color: rgb(55,146,117); }

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

background-color css

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

 a { background-color: rgb(55,146,117); }

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

border-color css

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

 span { border-color: rgb(55,146,117); }

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