Html Css Color HEX #378169 Viridian

📋 copy color: '#378169'

red 55 ◦ green 129 ◦ blue 105

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

Shades of Viridian #378169

Tints of Viridian #378169

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 19.03%
G = 44.64%
B = 36.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#378169 (or 0x378169) is known color: Viridian. HEX triplet: 37, 81 and 69. RGB value is (55,129,105). Sum of RGB (Red+Green+Blue) = 55+129+105=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #378169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378169 is #C87E96. Grayscale: #686868. Windows color (decimal): -13139607 or 6914359. OLE color: 6914359.

HSL color Cylindrical-coordinate representation of color #378169: hue angle of 160.54º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378169 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 105 -
CMYK 0.57 0 0.19 0.49
HSL 160.54º 0.4% 0.36% -
HSV(B) 160.54º 0.57% 0.51% -
XYZ 11.98 17.53 16.12 -
YUV 104.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 55 129 105 0.57 0 0.19 0.49 160.54 0.4 0.36
Hex 37 81 69 39 0 13 31 A1 28 24
Octal 67 201 151 71 0 23 61 241 50 44
Binary 110111 10000001 1101001 111001 0 10011 110001 10100001 101000 100100

Color Harmonies of #378169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378169

Black with #378169

Text Example


Text Example

White with #378169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378169; }

 p { color: rgb(55,129,105); }

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

background-color css

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

 a { background-color: rgb(55,129,105); }

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

border-color css

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

 span { border-color: rgb(55,129,105); }

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