Html Css Color HEX #377963 Viridian

📋 copy color: '#377963'

red 55 ◦ green 121 ◦ blue 99

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

Shades of Viridian #377963

Tints of Viridian #377963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 20%
G = 44%
B = 36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#377963 (or 0x377963) is known color: Viridian. HEX triplet: 37, 79 and 63. RGB value is (55,121,99). Sum of RGB (Red+Green+Blue) = 55+121+99=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #377963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377963 is #C8869C. Grayscale: #626262. Windows color (decimal): -13141661 or 6519095. OLE color: 6519095.

HSL color Cylindrical-coordinate representation of color #377963: hue angle of 160º 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 #377963 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 121 99 -
CMYK 0.55 0 0.18 0.53
HSL 160º 0.38% 0.35% -
HSV(B) 160º 0.55% 0.47% -
XYZ 10.67 15.39 14.21 -
YUV 98.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 55 121 99 0.55 0 0.18 0.53 160 0.38 0.35
Hex 37 79 63 37 0 12 35 A0 26 23
Octal 67 171 143 67 0 22 65 240 46 43
Binary 110111 1111001 1100011 110111 0 10010 110101 10100000 100110 100011

Color Harmonies of #377963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377963

Black with #377963

Text Example


Text Example

White with #377963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377963; }

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

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

background-color css

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

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

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

border-color css

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

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

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