Html Css Color HEX #378065 Viridian

📋 copy color: '#378065'

red 55 ◦ green 128 ◦ blue 101

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

Shades of Viridian #378065

Tints of Viridian #378065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 19.37%
G = 45.07%
B = 35.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#378065 (or 0x378065) is known color: Viridian. HEX triplet: 37, 80 and 65. RGB value is (55,128,101). Sum of RGB (Red+Green+Blue) = 55+128+101=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #378065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378065 is #C87F9A. Grayscale: #676767. Windows color (decimal): -13139867 or 6651959. OLE color: 6651959.

HSL color Cylindrical-coordinate representation of color #378065: hue angle of 157.81º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378065 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 101 -
CMYK 0.57 0 0.21 0.50
HSL 157.81º 0.4% 0.36% -
HSV(B) 157.81º 0.57% 0.5% -
XYZ 11.64 17.19 15.02 -
YUV 103.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 55 128 101 0.57 0 0.21 0.50 157.81 0.4 0.36
Hex 37 80 65 39 0 15 32 9E 28 24
Octal 67 200 145 71 0 25 62 236 50 44
Binary 110111 10000000 1100101 111001 0 10101 110010 10011110 101000 100100

Color Harmonies of #378065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378065

Black with #378065

Text Example


Text Example

White with #378065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378065; }

 p { color: rgb(55,128,101); }

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

background-color css

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

 a { background-color: rgb(55,128,101); }

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

border-color css

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

 span { border-color: rgb(55,128,101); }

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