Html Css Color HEX #378668 Viridian

📋 copy color: '#378668'

red 55 ◦ green 134 ◦ blue 104

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

Shades of Viridian #378668

Tints of Viridian #378668

RGB

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

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

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

R = 18.77%
G = 45.73%
B = 35.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#378668 (or 0x378668) is known color: Viridian. HEX triplet: 37, 86 and 68. RGB value is (55,134,104). Sum of RGB (Red+Green+Blue) = 55+134+104=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #378668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378668 is #C87997. Grayscale: #6B6B6B. Windows color (decimal): -13138328 or 6850103. OLE color: 6850103.

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

Color convert

RGB 55 134 104 -
CMYK 0.59 0 0.22 0.47
HSL 157.22º 0.42% 0.37% -
HSV(B) 157.22º 0.59% 0.53% -
XYZ 12.6 18.86 16.07 -
YUV 106.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 55 134 104 0.59 0 0.22 0.47 157.22 0.42 0.37
Hex 37 86 68 3B 0 16 2F 9D 2A 25
Octal 67 206 150 73 0 26 57 235 52 45
Binary 110111 10000110 1101000 111011 0 10110 101111 10011101 101010 100101

Color Harmonies of #378668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378668

Black with #378668

Text Example


Text Example

White with #378668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378668; }

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

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

background-color css

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

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

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

border-color css

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

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

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