Html Css Color HEX #378774 Viridian

📋 copy color: '#378774'

red 55 ◦ green 135 ◦ blue 116

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

Shades of Viridian #378774

Tints of Viridian #378774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 17.97%
G = 44.12%
B = 37.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#378774 (or 0x378774) is known color: Viridian. HEX triplet: 37, 87 and 74. RGB value is (55,135,116). Sum of RGB (Red+Green+Blue) = 55+135+116=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #378774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378774 is #C8788B. Grayscale: #6C6C6C. Windows color (decimal): -13138060 or 7636791. OLE color: 7636791.

HSL color Cylindrical-coordinate representation of color #378774: hue angle of 165.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 #378774 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 135 116 -
CMYK 0.59 0 0.14 0.47
HSL 165.75º 0.42% 0.37% -
HSV(B) 165.75º 0.59% 0.53% -
XYZ 13.39 19.4 19.56 -
YUV 108.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 55 135 116 0.59 0 0.14 0.47 165.75 0.42 0.37
Hex 37 87 74 3B 0 E 2F A6 2A 25
Octal 67 207 164 73 0 16 57 246 52 45
Binary 110111 10000111 1110100 111011 0 1110 101111 10100110 101010 100101

Color Harmonies of #378774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378774

Black with #378774

Text Example


Text Example

White with #378774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378774; }

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

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

background-color css

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

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

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

border-color css

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

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

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