Html Css Color HEX #378465 Viridian

📋 copy color: '#378465'

red 55 ◦ green 132 ◦ blue 101

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

Shades of Viridian #378465

Tints of Viridian #378465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.83%

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

R = 19.1%
G = 45.83%
B = 35.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#378465 (or 0x378465) is known color: Viridian. HEX triplet: 37, 84 and 65. RGB value is (55,132,101). Sum of RGB (Red+Green+Blue) = 55+132+101=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #378465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378465 is #C87B9A. Grayscale: #696969. Windows color (decimal): -13138843 or 6652983. OLE color: 6652983.

HSL color Cylindrical-coordinate representation of color #378465: hue angle of 155.84º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378465 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 101 -
CMYK 0.58 0 0.23 0.48
HSL 155.84º 0.41% 0.37% -
HSV(B) 155.84º 0.58% 0.52% -
XYZ 12.18 18.25 15.19 -
YUV 105.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 55 132 101 0.58 0 0.23 0.48 155.84 0.41 0.37
Hex 37 84 65 3A 0 17 30 9C 29 25
Octal 67 204 145 72 0 27 60 234 51 45
Binary 110111 10000100 1100101 111010 0 10111 110000 10011100 101001 100101

Color Harmonies of #378465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378465

Black with #378465

Text Example


Text Example

White with #378465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378465; }

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

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

background-color css

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

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

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

border-color css

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

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

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