Html Css Color HEX #37826A Viridian

📋 copy color: '#37826A'

red 55 ◦ green 130 ◦ blue 106

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

Shades of Viridian #37826A

Tints of Viridian #37826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 18.9%
G = 44.67%
B = 36.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#37826A (or 0x37826A) is known color: Viridian. HEX triplet: 37, 82 and 6A. RGB value is (55,130,106). Sum of RGB (Red+Green+Blue) = 55+130+106=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #37826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37826A is #C87D95. Grayscale: #686868. Windows color (decimal): -13139350 or 6980151. OLE color: 6980151.

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

Color convert

RGB 55 130 106 -
CMYK 0.58 0 0.18 0.49
HSL 160.8º 0.41% 0.36% -
HSV(B) 160.8º 0.58% 0.51% -
XYZ 12.16 17.82 16.43 -
YUV 104.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 55 130 106 0.58 0 0.18 0.49 160.8 0.41 0.36
Hex 37 82 6A 3A 0 12 31 A1 29 24
Octal 67 202 152 72 0 22 61 241 51 44
Binary 110111 10000010 1101010 111010 0 10010 110001 10100001 101001 100100

Color Harmonies of #37826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37826A

Black with #37826A

Text Example


Text Example

White with #37826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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