Html Css Color HEX #378666 Viridian

📋 copy color: '#378666'

red 55 ◦ green 134 ◦ blue 102

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

Shades of Viridian #378666

Tints of Viridian #378666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 18.9%
G = 46.05%
B = 35.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#378666 (or 0x378666) is known color: Viridian. HEX triplet: 37, 86 and 66. RGB value is (55,134,102). Sum of RGB (Red+Green+Blue) = 55+134+102=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #378666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378666 is #C87999. Grayscale: #6A6A6A. Windows color (decimal): -13138330 or 6719031. OLE color: 6719031.

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

Color convert

RGB 55 134 102 -
CMYK 0.59 0 0.24 0.47
HSL 155.7º 0.42% 0.37% -
HSV(B) 155.7º 0.59% 0.53% -
XYZ 12.5 18.82 15.54 -
YUV 106.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 55 134 102 0.59 0 0.24 0.47 155.7 0.42 0.37
Hex 37 86 66 3B 0 18 2F 9C 2A 25
Octal 67 206 146 73 0 30 57 234 52 45
Binary 110111 10000110 1100110 111011 0 11000 101111 10011100 101010 100101

Color Harmonies of #378666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378666

Black with #378666

Text Example


Text Example

White with #378666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378666; }

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

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

background-color css

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

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

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

border-color css

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

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

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