Html Css Color HEX #377964 Viridian

📋 copy color: '#377964'

red 55 ◦ green 121 ◦ blue 100

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

Shades of Viridian #377964

Tints of Viridian #377964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.84%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 19.93%
G = 43.84%
B = 36.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#377964 (or 0x377964) is known color: Viridian. HEX triplet: 37, 79 and 64. RGB value is (55,121,100). Sum of RGB (Red+Green+Blue) = 55+121+100=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #377964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377964 is #C8869B. Grayscale: #626262. Windows color (decimal): -13141660 or 6584631. OLE color: 6584631.

HSL color Cylindrical-coordinate representation of color #377964: hue angle of 160.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377964 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 121 100 -
CMYK 0.55 0 0.17 0.53
HSL 160.91º 0.38% 0.35% -
HSV(B) 160.91º 0.55% 0.47% -
XYZ 10.71 15.41 14.47 -
YUV 98.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 55 121 100 0.55 0 0.17 0.53 160.91 0.38 0.35
Hex 37 79 64 37 0 11 35 A1 26 23
Octal 67 171 144 67 0 21 65 241 46 43
Binary 110111 1111001 1100100 110111 0 10001 110101 10100001 100110 100011

Color Harmonies of #377964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377964

Black with #377964

Text Example


Text Example

White with #377964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377964; }

 p { color: rgb(55,121,100); }

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

background-color css

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

 a { background-color: rgb(55,121,100); }

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

border-color css

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

 span { border-color: rgb(55,121,100); }

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