Html Css Color HEX #37826D Viridian

📋 copy color: '#37826D'

red 55 ◦ green 130 ◦ blue 109

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

Shades of Viridian #37826D

Tints of Viridian #37826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 18.71%
G = 44.22%
B = 37.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#37826D (or 0x37826D) is known color: Viridian. HEX triplet: 37, 82 and 6D. RGB value is (55,130,109). Sum of RGB (Red+Green+Blue) = 55+130+109=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #37826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37826D is #C87D92. Grayscale: #696969. Windows color (decimal): -13139347 or 7176759. OLE color: 7176759.

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

Color convert

RGB 55 130 109 -
CMYK 0.58 0 0.16 0.49
HSL 163.2º 0.41% 0.36% -
HSV(B) 163.2º 0.58% 0.51% -
XYZ 12.32 17.88 17.27 -
YUV 105.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 55 130 109 0.58 0 0.16 0.49 163.2 0.41 0.36
Hex 37 82 6D 3A 0 10 31 A3 29 24
Octal 67 202 155 72 0 20 61 243 51 44
Binary 110111 10000010 1101101 111010 0 10000 110001 10100011 101001 100100

Color Harmonies of #37826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37826D

Black with #37826D

Text Example


Text Example

White with #37826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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