Html Css Color HEX #378C77 Viridian

📋 copy color: '#378C77'

red 55 ◦ green 140 ◦ blue 119

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

Shades of Viridian #378C77

Tints of Viridian #378C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.59%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 17.52%
G = 44.59%
B = 37.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#378C77 (or 0x378C77) is known color: Viridian. HEX triplet: 37, 8C and 77. RGB value is (55,140,119). Sum of RGB (Red+Green+Blue) = 55+140+119=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #378C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C77 is #C87388. Grayscale: #707070. Windows color (decimal): -13136777 or 7834679. OLE color: 7834679.

HSL color Cylindrical-coordinate representation of color #378C77: hue angle of 165.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C77 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 140 119 -
CMYK 0.61 0 0.15 0.45
HSL 165.18º 0.44% 0.38% -
HSV(B) 165.18º 0.61% 0.55% -
XYZ 14.28 20.9 20.73 -
YUV 112.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 55 140 119 0.61 0 0.15 0.45 165.18 0.44 0.38
Hex 37 8C 77 3D 0 F 2D A5 2C 26
Octal 67 214 167 75 0 17 55 245 54 46
Binary 110111 10001100 1110111 111101 0 1111 101101 10100101 101100 100110

Color Harmonies of #378C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C77

Black with #378C77

Text Example


Text Example

White with #378C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378C77; }

 p { color: rgb(55,140,119); }

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

background-color css

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

 a { background-color: rgb(55,140,119); }

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

border-color css

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

 span { border-color: rgb(55,140,119); }

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