Html Css Color HEX #378161 Viridian

📋 copy color: '#378161'

red 55 ◦ green 129 ◦ blue 97

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

Shades of Viridian #378161

Tints of Viridian #378161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 19.57%
G = 45.91%
B = 34.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#378161 (or 0x378161) is known color: Viridian. HEX triplet: 37, 81 and 61. RGB value is (55,129,97). Sum of RGB (Red+Green+Blue) = 55+129+97=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #378161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378161 is #C87E9E. Grayscale: #676767. Windows color (decimal): -13139615 or 6390071. OLE color: 6390071.

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

Color convert

RGB 55 129 97 -
CMYK 0.57 0 0.25 0.49
HSL 154.05º 0.4% 0.36% -
HSV(B) 154.05º 0.57% 0.51% -
XYZ 11.58 17.38 14.05 -
YUV 103.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 55 129 97 0.57 0 0.25 0.49 154.05 0.4 0.36
Hex 37 81 61 39 0 19 31 9A 28 24
Octal 67 201 141 71 0 31 61 232 50 44
Binary 110111 10000001 1100001 111001 0 11001 110001 10011010 101000 100100

Color Harmonies of #378161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378161

Black with #378161

Text Example


Text Example

White with #378161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378161; }

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

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

background-color css

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

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

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

border-color css

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

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

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