Html Css Color HEX #45836F Viridian

📋 copy color: '#45836F'

red 69 ◦ green 131 ◦ blue 111

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

Shades of Viridian #45836F

Tints of Viridian #45836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 22.19%
G = 42.12%
B = 35.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#45836F (or 0x45836F) is known color: Viridian. HEX triplet: 45, 83 and 6F. RGB value is (69,131,111). Sum of RGB (Red+Green+Blue) = 69+131+111=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #45836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45836F is #BA7C90. Grayscale: #6E6E6E. Windows color (decimal): -12221585 or 7308101. OLE color: 7308101.

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

Color convert

RGB 69 131 111 -
CMYK 0.47 0 0.15 0.49
HSL 160.65º 0.31% 0.39% -
HSV(B) 160.65º 0.47% 0.51% -
XYZ 13.44 18.65 17.93 -
YUV 110.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 69 131 111 0.47 0 0.15 0.49 160.65 0.31 0.39
Hex 45 83 6F 2F 0 F 31 A1 1F 27
Octal 105 203 157 57 0 17 61 241 37 47
Binary 1000101 10000011 1101111 101111 0 1111 110001 10100001 11111 100111

Color Harmonies of #45836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45836F

Black with #45836F

Text Example


Text Example

White with #45836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,131,111); }

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

background-color css

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

 a { background-color: rgb(69,131,111); }

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

border-color css

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

 span { border-color: rgb(69,131,111); }

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