Html Css Color HEX #378166 Viridian

📋 copy color: '#378166'

red 55 ◦ green 129 ◦ blue 102

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

Shades of Viridian #378166

Tints of Viridian #378166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 19.23%
G = 45.1%
B = 35.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#378166 (or 0x378166) is known color: Viridian. HEX triplet: 37, 81 and 66. RGB value is (55,129,102). Sum of RGB (Red+Green+Blue) = 55+129+102=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #378166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378166 is #C87E99. Grayscale: #676767. Windows color (decimal): -13139610 or 6717751. OLE color: 6717751.

HSL color Cylindrical-coordinate representation of color #378166: hue angle of 158.11º 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 #378166 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 102 -
CMYK 0.57 0 0.21 0.49
HSL 158.11º 0.4% 0.36% -
HSV(B) 158.11º 0.57% 0.51% -
XYZ 11.82 17.47 15.32 -
YUV 103.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 55 129 102 0.57 0 0.21 0.49 158.11 0.4 0.36
Hex 37 81 66 39 0 15 31 9E 28 24
Octal 67 201 146 71 0 25 61 236 50 44
Binary 110111 10000001 1100110 111001 0 10101 110001 10011110 101000 100100

Color Harmonies of #378166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378166

Black with #378166

Text Example


Text Example

White with #378166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378166; }

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

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

background-color css

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

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

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

border-color css

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

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

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