Html Css Color HEX #378970 Viridian

📋 copy color: '#378970'

red 55 ◦ green 137 ◦ blue 112

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

Shades of Viridian #378970

Tints of Viridian #378970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 18.09%
G = 45.07%
B = 36.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#378970 (or 0x378970) is known color: Viridian. HEX triplet: 37, 89 and 70. RGB value is (55,137,112). Sum of RGB (Red+Green+Blue) = 55+137+112=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #378970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378970 is #C8768F. Grayscale: #6D6D6D. Windows color (decimal): -13137552 or 7375159. OLE color: 7375159.

HSL color Cylindrical-coordinate representation of color #378970: hue angle of 161.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378970 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 137 112 -
CMYK 0.60 0 0.18 0.46
HSL 161.71º 0.43% 0.38% -
HSV(B) 161.71º 0.6% 0.54% -
XYZ 13.45 19.87 18.46 -
YUV 109.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 55 137 112 0.60 0 0.18 0.46 161.71 0.43 0.38
Hex 37 89 70 3C 0 12 2E A2 2B 26
Octal 67 211 160 74 0 22 56 242 53 46
Binary 110111 10001001 1110000 111100 0 10010 101110 10100010 101011 100110

Color Harmonies of #378970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378970

Black with #378970

Text Example


Text Example

White with #378970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378970; }

 p { color: rgb(55,137,112); }

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

background-color css

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

 a { background-color: rgb(55,137,112); }

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

border-color css

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

 span { border-color: rgb(55,137,112); }

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