Html Css Color HEX #378575 Viridian

📋 copy color: '#378575'

red 55 ◦ green 133 ◦ blue 117

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

Shades of Viridian #378575

Tints of Viridian #378575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

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

R = 18.03%
G = 43.61%
B = 38.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#378575 (or 0x378575) is known color: Viridian. HEX triplet: 37, 85 and 75. RGB value is (55,133,117). Sum of RGB (Red+Green+Blue) = 55+133+117=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #378575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378575 is #C87A8A. Grayscale: #6B6B6B. Windows color (decimal): -13138571 or 7701815. OLE color: 7701815.

HSL color Cylindrical-coordinate representation of color #378575: hue angle of 167.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378575 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 117 -
CMYK 0.59 0 0.12 0.48
HSL 167.69º 0.41% 0.37% -
HSV(B) 167.69º 0.59% 0.52% -
XYZ 13.17 18.87 19.78 -
YUV 107.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 55 133 117 0.59 0 0.12 0.48 167.69 0.41 0.37
Hex 37 85 75 3B 0 C 30 A8 29 25
Octal 67 205 165 73 0 14 60 250 51 45
Binary 110111 10000101 1110101 111011 0 1100 110000 10101000 101001 100101

Color Harmonies of #378575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378575

Black with #378575

Text Example


Text Example

White with #378575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378575; }

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

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

background-color css

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

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

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

border-color css

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

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

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