Html Css Color HEX #45836B Viridian

📋 copy color: '#45836B'

red 69 ◦ green 131 ◦ blue 107

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

Shades of Viridian #45836B

Tints of Viridian #45836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 22.48%
G = 42.67%
B = 34.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#45836B (or 0x45836B) is known color: Viridian. HEX triplet: 45, 83 and 6B. RGB value is (69,131,107). Sum of RGB (Red+Green+Blue) = 69+131+107=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #45836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45836B is #BA7C94. Grayscale: #6D6D6D. Windows color (decimal): -12221589 or 7045957. OLE color: 7045957.

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

Color convert

RGB 69 131 107 -
CMYK 0.47 0 0.18 0.49
HSL 156.77º 0.31% 0.39% -
HSV(B) 156.77º 0.47% 0.51% -
XYZ 13.22 18.56 16.8 -
YUV 109.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 69 131 107 0.47 0 0.18 0.49 156.77 0.31 0.39
Hex 45 83 6B 2F 0 12 31 9D 1F 27
Octal 105 203 153 57 0 22 61 235 37 47
Binary 1000101 10000011 1101011 101111 0 10010 110001 10011101 11111 100111

Color Harmonies of #45836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45836B

Black with #45836B

Text Example


Text Example

White with #45836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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