Html Css Color HEX #378262 Viridian

📋 copy color: '#378262'

red 55 ◦ green 130 ◦ blue 98

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

Shades of Viridian #378262

Tints of Viridian #378262

RGB

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

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

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

R = 19.43%
G = 45.94%
B = 34.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#378262 (or 0x378262) is known color: Viridian. HEX triplet: 37, 82 and 62. RGB value is (55,130,98). Sum of RGB (Red+Green+Blue) = 55+130+98=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #378262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378262 is #C87D9D. Grayscale: #676767. Windows color (decimal): -13139358 or 6455863. OLE color: 6455863.

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

Color convert

RGB 55 130 98 -
CMYK 0.58 0 0.25 0.49
HSL 154.4º 0.41% 0.36% -
HSV(B) 154.4º 0.58% 0.51% -
XYZ 11.76 17.66 14.34 -
YUV 103.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 55 130 98 0.58 0 0.25 0.49 154.4 0.41 0.36
Hex 37 82 62 3A 0 19 31 9A 29 24
Octal 67 202 142 72 0 31 61 232 51 44
Binary 110111 10000010 1100010 111010 0 11001 110001 10011010 101001 100100

Color Harmonies of #378262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378262

Black with #378262

Text Example


Text Example

White with #378262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378262; }

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

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

background-color css

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

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

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

border-color css

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

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

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