Html Css Color HEX #378066 Viridian

📋 copy color: '#378066'

red 55 ◦ green 128 ◦ blue 102

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

Shades of Viridian #378066

Tints of Viridian #378066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 19.3%
G = 44.91%
B = 35.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#378066 (or 0x378066) is known color: Viridian. HEX triplet: 37, 80 and 66. RGB value is (55,128,102). Sum of RGB (Red+Green+Blue) = 55+128+102=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #378066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378066 is #C87F99. Grayscale: #676767. Windows color (decimal): -13139866 or 6717495. OLE color: 6717495.

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

Color convert

RGB 55 128 102 -
CMYK 0.57 0 0.20 0.50
HSL 158.63º 0.4% 0.36% -
HSV(B) 158.63º 0.57% 0.5% -
XYZ 11.69 17.21 15.28 -
YUV 103.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 55 128 102 0.57 0 0.20 0.50 158.63 0.4 0.36
Hex 37 80 66 39 0 14 32 9F 28 24
Octal 67 200 146 71 0 24 62 237 50 44
Binary 110111 10000000 1100110 111001 0 10100 110010 10011111 101000 100100

Color Harmonies of #378066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378066

Black with #378066

Text Example


Text Example

White with #378066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378066; }

 p { color: rgb(55,128,102); }

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

background-color css

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

 a { background-color: rgb(55,128,102); }

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

border-color css

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

 span { border-color: rgb(55,128,102); }

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