Html Css Color HEX #378672 Viridian

📋 copy color: '#378672'

red 55 ◦ green 134 ◦ blue 114

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

Shades of Viridian #378672

Tints of Viridian #378672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 18.15%
G = 44.22%
B = 37.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#378672 (or 0x378672) is known color: Viridian. HEX triplet: 37, 86 and 72. RGB value is (55,134,114). Sum of RGB (Red+Green+Blue) = 55+134+114=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #378672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378672 is #C8798D. Grayscale: #6C6C6C. Windows color (decimal): -13138318 or 7505463. OLE color: 7505463.

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

Color convert

RGB 55 134 114 -
CMYK 0.59 0 0.15 0.47
HSL 164.81º 0.42% 0.37% -
HSV(B) 164.81º 0.59% 0.53% -
XYZ 13.14 19.08 18.91 -
YUV 108.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 55 134 114 0.59 0 0.15 0.47 164.81 0.42 0.37
Hex 37 86 72 3B 0 F 2F A5 2A 25
Octal 67 206 162 73 0 17 57 245 52 45
Binary 110111 10000110 1110010 111011 0 1111 101111 10100101 101010 100101

Color Harmonies of #378672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378672

Black with #378672

Text Example


Text Example

White with #378672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378672; }

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

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

background-color css

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

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

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

border-color css

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

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

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