Html Css Color HEX #377560 Viridian

📋 copy color: '#377560'

red 55 ◦ green 117 ◦ blue 96

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

Shades of Viridian #377560

Tints of Viridian #377560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 20.52%
G = 43.66%
B = 35.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#377560 (or 0x377560) is known color: Viridian. HEX triplet: 37, 75 and 60. RGB value is (55,117,96). Sum of RGB (Red+Green+Blue) = 55+117+96=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #377560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377560 is #C88A9F. Grayscale: #606060. Windows color (decimal): -13142688 or 6321463. OLE color: 6321463.

HSL color Cylindrical-coordinate representation of color #377560: hue angle of 159.68º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377560 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 96 -
CMYK 0.53 0 0.18 0.54
HSL 159.68º 0.36% 0.34% -
HSV(B) 159.68º 0.53% 0.46% -
XYZ 10.05 14.38 13.31 -
YUV 96.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 55 117 96 0.53 0 0.18 0.54 159.68 0.36 0.34
Hex 37 75 60 35 0 12 36 A0 24 22
Octal 67 165 140 65 0 22 66 240 44 42
Binary 110111 1110101 1100000 110101 0 10010 110110 10100000 100100 100010

Color Harmonies of #377560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377560

Black with #377560

Text Example


Text Example

White with #377560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377560; }

 p { color: rgb(55,117,96); }

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

background-color css

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

 a { background-color: rgb(55,117,96); }

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

border-color css

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

 span { border-color: rgb(55,117,96); }

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