Html Css Color HEX #378A75 Viridian

📋 copy color: '#378A75'

red 55 ◦ green 138 ◦ blue 117

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

Shades of Viridian #378A75

Tints of Viridian #378A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.52%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 17.74%
G = 44.52%
B = 37.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#378A75 (or 0x378A75) is known color: Viridian. HEX triplet: 37, 8A and 75. RGB value is (55,138,117). Sum of RGB (Red+Green+Blue) = 55+138+117=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #378A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A75 is #C8758A. Grayscale: #6E6E6E. Windows color (decimal): -13137291 or 7703095. OLE color: 7703095.

HSL color Cylindrical-coordinate representation of color #378A75: hue angle of 164.82º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A75 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 138 117 -
CMYK 0.60 0 0.15 0.46
HSL 164.82º 0.43% 0.38% -
HSV(B) 164.82º 0.6% 0.54% -
XYZ 13.87 20.27 20.01 -
YUV 110.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 55 138 117 0.60 0 0.15 0.46 164.82 0.43 0.38
Hex 37 8A 75 3C 0 F 2E A5 2B 26
Octal 67 212 165 74 0 17 56 245 53 46
Binary 110111 10001010 1110101 111100 0 1111 101110 10100101 101011 100110

Color Harmonies of #378A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A75

Black with #378A75

Text Example


Text Example

White with #378A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378A75; }

 p { color: rgb(55,138,117); }

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

background-color css

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

 a { background-color: rgb(55,138,117); }

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

border-color css

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

 span { border-color: rgb(55,138,117); }

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