Html Css Color HEX #378770 Viridian

📋 copy color: '#378770'

red 55 ◦ green 135 ◦ blue 112

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

Shades of Viridian #378770

Tints of Viridian #378770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 18.21%
G = 44.7%
B = 37.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#378770 (or 0x378770) is known color: Viridian. HEX triplet: 37, 87 and 70. RGB value is (55,135,112). Sum of RGB (Red+Green+Blue) = 55+135+112=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #378770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378770 is #C8788F. Grayscale: #6C6C6C. Windows color (decimal): -13138064 or 7374647. OLE color: 7374647.

HSL color Cylindrical-coordinate representation of color #378770: hue angle of 162.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378770 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 135 112 -
CMYK 0.59 0 0.17 0.47
HSL 162.75º 0.42% 0.37% -
HSV(B) 162.75º 0.59% 0.53% -
XYZ 13.16 19.31 18.36 -
YUV 108.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 55 135 112 0.59 0 0.17 0.47 162.75 0.42 0.37
Hex 37 87 70 3B 0 11 2F A3 2A 25
Octal 67 207 160 73 0 21 57 243 52 45
Binary 110111 10000111 1110000 111011 0 10001 101111 10100011 101010 100101

Color Harmonies of #378770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378770

Black with #378770

Text Example


Text Example

White with #378770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378770; }

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

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

background-color css

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

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

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

border-color css

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

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

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