Html Css Color HEX #37826F Viridian

📋 copy color: '#37826F'

red 55 ◦ green 130 ◦ blue 111

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

Shades of Viridian #37826F

Tints of Viridian #37826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 18.58%
G = 43.92%
B = 37.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#37826F (or 0x37826F) is known color: Viridian. HEX triplet: 37, 82 and 6F. RGB value is (55,130,111). Sum of RGB (Red+Green+Blue) = 55+130+111=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #37826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37826F is #C87D90. Grayscale: #696969. Windows color (decimal): -13139345 or 7307831. OLE color: 7307831.

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

Color convert

RGB 55 130 111 -
CMYK 0.58 0 0.15 0.49
HSL 164.8º 0.41% 0.36% -
HSV(B) 164.8º 0.58% 0.51% -
XYZ 12.43 17.93 17.84 -
YUV 105.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 55 130 111 0.58 0 0.15 0.49 164.8 0.41 0.36
Hex 37 82 6F 3A 0 F 31 A5 29 24
Octal 67 202 157 72 0 17 61 245 51 44
Binary 110111 10000010 1101111 111010 0 1111 110001 10100101 101001 100100

Color Harmonies of #37826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37826F

Black with #37826F

Text Example


Text Example

White with #37826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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