Html Css Color HEX #378C6C Viridian

📋 copy color: '#378C6C'

red 55 ◦ green 140 ◦ blue 108

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

Shades of Viridian #378C6C

Tints of Viridian #378C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 18.15%
G = 46.2%
B = 35.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#378C6C (or 0x378C6C) is known color: Viridian. HEX triplet: 37, 8C and 6C. RGB value is (55,140,108). Sum of RGB (Red+Green+Blue) = 55+140+108=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #378C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C6C is #C87393. Grayscale: #6E6E6E. Windows color (decimal): -13136788 or 7113783. OLE color: 7113783.

HSL color Cylindrical-coordinate representation of color #378C6C: hue angle of 157.41º 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 #378C6C is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 140 108 -
CMYK 0.61 0 0.23 0.45
HSL 157.41º 0.44% 0.38% -
HSV(B) 157.41º 0.61% 0.55% -
XYZ 13.66 20.65 17.45 -
YUV 110.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 55 140 108 0.61 0 0.23 0.45 157.41 0.44 0.38
Hex 37 8C 6C 3D 0 17 2D 9D 2C 26
Octal 67 214 154 75 0 27 55 235 54 46
Binary 110111 10001100 1101100 111101 0 10111 101101 10011101 101100 100110

Color Harmonies of #378C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C6C

Black with #378C6C

Text Example


Text Example

White with #378C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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