Html Css Color HEX #378F74 Viridian

📋 copy color: '#378F74'

red 55 ◦ green 143 ◦ blue 116

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

Shades of Viridian #378F74

Tints of Viridian #378F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.54%

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

R = 17.52%
G = 45.54%
B = 36.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#378F74 (or 0x378F74) is known color: Viridian. HEX triplet: 37, 8F and 74. RGB value is (55,143,116). Sum of RGB (Red+Green+Blue) = 55+143+116=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #378F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378F74 is #C8708B. Grayscale: #717171. Windows color (decimal): -13136012 or 7638839. OLE color: 7638839.

HSL color Cylindrical-coordinate representation of color #378F74: hue angle of 161.59º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378F74 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 143 116 -
CMYK 0.62 0 0.19 0.44
HSL 161.59º 0.44% 0.39% -
HSV(B) 161.59º 0.62% 0.56% -
XYZ 14.55 21.72 19.95 -
YUV 113.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 55 143 116 0.62 0 0.19 0.44 161.59 0.44 0.39
Hex 37 8F 74 3E 0 13 2C A2 2C 27
Octal 67 217 164 76 0 23 54 242 54 47
Binary 110111 10001111 1110100 111110 0 10011 101100 10100010 101100 100111

Color Harmonies of #378F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378F74

Black with #378F74

Text Example


Text Example

White with #378F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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