Html Css Color HEX #378D69 Viridian

📋 copy color: '#378D69'

red 55 ◦ green 141 ◦ blue 105

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

Shades of Viridian #378D69

Tints of Viridian #378D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.84%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 18.27%
G = 46.84%
B = 34.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#378D69 (or 0x378D69) is known color: Viridian. HEX triplet: 37, 8D and 69. RGB value is (55,141,105). Sum of RGB (Red+Green+Blue) = 55+141+105=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #378D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D69 is #C87296. Grayscale: #6F6F6F. Windows color (decimal): -13136535 or 6917431. OLE color: 6917431.

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

Color convert

RGB 55 141 105 -
CMYK 0.61 0 0.26 0.45
HSL 154.88º 0.44% 0.38% -
HSV(B) 154.88º 0.61% 0.55% -
XYZ 13.65 20.88 16.68 -
YUV 111.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 55 141 105 0.61 0 0.26 0.45 154.88 0.44 0.38
Hex 37 8D 69 3D 0 1A 2D 9B 2C 26
Octal 67 215 151 75 0 32 55 233 54 46
Binary 110111 10001101 1101001 111101 0 11010 101101 10011011 101100 100110

Color Harmonies of #378D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D69

Black with #378D69

Text Example


Text Example

White with #378D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,141,105); }

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

background-color css

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

 a { background-color: rgb(55,141,105); }

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

border-color css

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

 span { border-color: rgb(55,141,105); }

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