Html Css Color HEX #378874 Viridian

📋 copy color: '#378874'

red 55 ◦ green 136 ◦ blue 116

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

Shades of Viridian #378874

Tints of Viridian #378874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

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

R = 17.92%
G = 44.3%
B = 37.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#378874 (or 0x378874) is known color: Viridian. HEX triplet: 37, 88 and 74. RGB value is (55,136,116). Sum of RGB (Red+Green+Blue) = 55+136+116=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #378874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378874 is #C8778B. Grayscale: #6D6D6D. Windows color (decimal): -13137804 or 7637047. OLE color: 7637047.

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

Color convert

RGB 55 136 116 -
CMYK 0.60 0 0.15 0.47
HSL 165.19º 0.42% 0.37% -
HSV(B) 165.19º 0.6% 0.53% -
XYZ 13.53 19.68 19.61 -
YUV 109.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 55 136 116 0.60 0 0.15 0.47 165.19 0.42 0.37
Hex 37 88 74 3C 0 F 2F A5 2A 25
Octal 67 210 164 74 0 17 57 245 52 45
Binary 110111 10001000 1110100 111100 0 1111 101111 10100101 101010 100101

Color Harmonies of #378874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378874

Black with #378874

Text Example


Text Example

White with #378874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378874; }

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

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

background-color css

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

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

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

border-color css

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

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

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