Html Css Color HEX #378168 Viridian

📋 copy color: '#378168'

red 55 ◦ green 129 ◦ blue 104

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

Shades of Viridian #378168

Tints of Viridian #378168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 19.1%
G = 44.79%
B = 36.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#378168 (or 0x378168) is known color: Viridian. HEX triplet: 37, 81 and 68. RGB value is (55,129,104). Sum of RGB (Red+Green+Blue) = 55+129+104=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #378168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378168 is #C87E97. Grayscale: #686868. Windows color (decimal): -13139608 or 6848823. OLE color: 6848823.

HSL color Cylindrical-coordinate representation of color #378168: hue angle of 159.73º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378168 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 104 -
CMYK 0.57 0 0.19 0.49
HSL 159.73º 0.4% 0.36% -
HSV(B) 159.73º 0.57% 0.51% -
XYZ 11.92 17.51 15.85 -
YUV 104.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 55 129 104 0.57 0 0.19 0.49 159.73 0.4 0.36
Hex 37 81 68 39 0 13 31 A0 28 24
Octal 67 201 150 71 0 23 61 240 50 44
Binary 110111 10000001 1101000 111001 0 10011 110001 10100000 101000 100100

Color Harmonies of #378168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378168

Black with #378168

Text Example


Text Example

White with #378168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378168; }

 p { color: rgb(55,129,104); }

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

background-color css

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

 a { background-color: rgb(55,129,104); }

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

border-color css

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

 span { border-color: rgb(55,129,104); }

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