Html Css Color HEX #378263 Viridian

📋 copy color: '#378263'

red 55 ◦ green 130 ◦ blue 99

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

Shades of Viridian #378263

Tints of Viridian #378263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

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

R = 19.37%
G = 45.77%
B = 34.86%

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

#378263 (or 0x378263) is known color: Viridian. HEX triplet: 37, 82 and 63. RGB value is (55,130,99). Sum of RGB (Red+Green+Blue) = 55+130+99=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #378263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378263 is #C87D9C. Grayscale: #686868. Windows color (decimal): -13139357 or 6521399. OLE color: 6521399.

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

Color convert

RGB 55 130 99 -
CMYK 0.58 0 0.24 0.49
HSL 155.2º 0.41% 0.36% -
HSV(B) 155.2º 0.58% 0.51% -
XYZ 11.81 17.68 14.59 -
YUV 104.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 55 130 99 0.58 0 0.24 0.49 155.2 0.41 0.36
Hex 37 82 63 3A 0 18 31 9B 29 24
Octal 67 202 143 72 0 30 61 233 51 44
Binary 110111 10000010 1100011 111010 0 11000 110001 10011011 101001 100100

Color Harmonies of #378263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378263

Black with #378263

Text Example


Text Example

White with #378263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378263; }

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

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

background-color css

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

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

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

border-color css

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

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

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