Html Css Color HEX #45826D Viridian

📋 copy color: '#45826D'

red 69 ◦ green 130 ◦ blue 109

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

Shades of Viridian #45826D

Tints of Viridian #45826D

RGB

 RED value IS 69 (27.34% from 255) = 22.4%

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

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

R = 22.4%
G = 42.21%
B = 35.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#45826D (or 0x45826D) is known color: Viridian. HEX triplet: 45, 82 and 6D. RGB value is (69,130,109). Sum of RGB (Red+Green+Blue) = 69+130+109=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #45826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45826D is #BA7D92. Grayscale: #6D6D6D. Windows color (decimal): -12221843 or 7176773. OLE color: 7176773.

HSL color Cylindrical-coordinate representation of color #45826D: hue angle of 159.34º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45826D is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 130 109 -
CMYK 0.47 0 0.16 0.49
HSL 159.34º 0.31% 0.39% -
HSV(B) 159.34º 0.47% 0.51% -
XYZ 13.2 18.33 17.31 -
YUV 109.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 69 130 109 0.47 0 0.16 0.49 159.34 0.31 0.39
Hex 45 82 6D 2F 0 10 31 9F 1F 27
Octal 105 202 155 57 0 20 61 237 37 47
Binary 1000101 10000010 1101101 101111 0 10000 110001 10011111 11111 100111

Color Harmonies of #45826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45826D

Black with #45826D

Text Example


Text Example

White with #45826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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