Html Css Color HEX #378464 Viridian

📋 copy color: '#378464'

red 55 ◦ green 132 ◦ blue 100

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

Shades of Viridian #378464

Tints of Viridian #378464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 19.16%
G = 45.99%
B = 34.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#378464 (or 0x378464) is known color: Viridian. HEX triplet: 37, 84 and 64. RGB value is (55,132,100). Sum of RGB (Red+Green+Blue) = 55+132+100=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #378464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378464 is #C87B9B. Grayscale: #696969. Windows color (decimal): -13138844 or 6587447. OLE color: 6587447.

HSL color Cylindrical-coordinate representation of color #378464: hue angle of 155.06º 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 #378464 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 100 -
CMYK 0.58 0 0.24 0.48
HSL 155.06º 0.41% 0.37% -
HSV(B) 155.06º 0.58% 0.52% -
XYZ 12.13 18.23 14.94 -
YUV 105.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 55 132 100 0.58 0 0.24 0.48 155.06 0.41 0.37
Hex 37 84 64 3A 0 18 30 9B 29 25
Octal 67 204 144 72 0 30 60 233 51 45
Binary 110111 10000100 1100100 111010 0 11000 110000 10011011 101001 100101

Color Harmonies of #378464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378464

Black with #378464

Text Example


Text Example

White with #378464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378464; }

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

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

background-color css

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

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

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

border-color css

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

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

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