Html Css Color HEX #378370 Viridian

📋 copy color: '#378370'

red 55 ◦ green 131 ◦ blue 112

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

Shades of Viridian #378370

Tints of Viridian #378370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 18.46%
G = 43.96%
B = 37.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#378370 (or 0x378370) is known color: Viridian. HEX triplet: 37, 83 and 70. RGB value is (55,131,112). Sum of RGB (Red+Green+Blue) = 55+131+112=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #378370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378370 is #C87C8F. Grayscale: #6A6A6A. Windows color (decimal): -13139088 or 7373623. OLE color: 7373623.

HSL color Cylindrical-coordinate representation of color #378370: hue angle of 165º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378370 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 112 -
CMYK 0.58 0 0.15 0.49
HSL 165º 0.41% 0.36% -
HSV(B) 165º 0.58% 0.51% -
XYZ 12.62 18.21 18.18 -
YUV 106.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 55 131 112 0.58 0 0.15 0.49 165 0.41 0.36
Hex 37 83 70 3A 0 F 31 A5 29 24
Octal 67 203 160 72 0 17 61 245 51 44
Binary 110111 10000011 1110000 111010 0 1111 110001 10100101 101001 100100

Color Harmonies of #378370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378370

Black with #378370

Text Example


Text Example

White with #378370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378370; }

 p { color: rgb(55,131,112); }

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

background-color css

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

 a { background-color: rgb(55,131,112); }

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

border-color css

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

 span { border-color: rgb(55,131,112); }

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