Html Css Color HEX #378462 Viridian

📋 copy color: '#378462'

red 55 ◦ green 132 ◦ blue 98

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

Shades of Viridian #378462

Tints of Viridian #378462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 19.3%
G = 46.32%
B = 34.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#378462 (or 0x378462) is known color: Viridian. HEX triplet: 37, 84 and 62. RGB value is (55,132,98). Sum of RGB (Red+Green+Blue) = 55+132+98=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #378462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378462 is #C87B9D. Grayscale: #696969. Windows color (decimal): -13138846 or 6456375. OLE color: 6456375.

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

Color convert

RGB 55 132 98 -
CMYK 0.58 0 0.26 0.48
HSL 153.51º 0.41% 0.37% -
HSV(B) 153.51º 0.58% 0.52% -
XYZ 12.03 18.2 14.43 -
YUV 105.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 55 132 98 0.58 0 0.26 0.48 153.51 0.41 0.37
Hex 37 84 62 3A 0 1A 30 9A 29 25
Octal 67 204 142 72 0 32 60 232 51 45
Binary 110111 10000100 1100010 111010 0 11010 110000 10011010 101001 100101

Color Harmonies of #378462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378462

Black with #378462

Text Example


Text Example

White with #378462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378462; }

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

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

background-color css

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

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

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

border-color css

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

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

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