Html Css Color HEX #45886B Viridian

📋 copy color: '#45886B'

red 69 ◦ green 136 ◦ blue 107

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

Shades of Viridian #45886B

Tints of Viridian #45886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

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

R = 22.12%
G = 43.59%
B = 34.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#45886B (or 0x45886B) is known color: Viridian. HEX triplet: 45, 88 and 6B. RGB value is (69,136,107). Sum of RGB (Red+Green+Blue) = 69+136+107=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #45886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45886B is #BA7794. Grayscale: #707070. Windows color (decimal): -12220309 or 7047237. OLE color: 7047237.

HSL color Cylindrical-coordinate representation of color #45886B: hue angle of 154.03º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45886B is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 136 107 -
CMYK 0.49 0 0.21 0.47
HSL 154.03º 0.33% 0.4% -
HSV(B) 154.03º 0.49% 0.53% -
XYZ 13.91 19.94 17.02 -
YUV 112.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 69 136 107 0.49 0 0.21 0.47 154.03 0.33 0.4
Hex 45 88 6B 31 0 15 2F 9A 21 28
Octal 105 210 153 61 0 25 57 232 41 50
Binary 1000101 10001000 1101011 110001 0 10101 101111 10011010 100001 101000

Color Harmonies of #45886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45886B

Black with #45886B

Text Example


Text Example

White with #45886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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