Html Css Color HEX #378363 Viridian

📋 copy color: '#378363'

red 55 ◦ green 131 ◦ blue 99

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

Shades of Viridian #378363

Tints of Viridian #378363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 19.3%
G = 45.96%
B = 34.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#378363 (or 0x378363) is known color: Viridian. HEX triplet: 37, 83 and 63. RGB value is (55,131,99). Sum of RGB (Red+Green+Blue) = 55+131+99=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #378363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378363 is #C87C9C. Grayscale: #686868. Windows color (decimal): -13139101 or 6521655. OLE color: 6521655.

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

Color convert

RGB 55 131 99 -
CMYK 0.58 0 0.24 0.49
HSL 154.74º 0.41% 0.36% -
HSV(B) 154.74º 0.58% 0.51% -
XYZ 11.94 17.95 14.64 -
YUV 104.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 55 131 99 0.58 0 0.24 0.49 154.74 0.41 0.36
Hex 37 83 63 3A 0 18 31 9B 29 24
Octal 67 203 143 72 0 30 61 233 51 44
Binary 110111 10000011 1100011 111010 0 11000 110001 10011011 101001 100100

Color Harmonies of #378363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378363

Black with #378363

Text Example


Text Example

White with #378363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378363; }

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

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

background-color css

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

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

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

border-color css

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

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

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