Html Css Color HEX #456255 Viridian Green

📋 copy color: '#456255'

red 69 ◦ green 98 ◦ blue 85

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

Shades of Viridian Green #456255

Tints of Viridian Green #456255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 27.38%
G = 38.89%
B = 33.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#456255 (or 0x456255) is known color: Viridian Green. HEX triplet: 45, 62 and 55. RGB value is (69,98,85). Sum of RGB (Red+Green+Blue) = 69+98+85=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #456255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456255 is #BA9DAA. Grayscale: #575757. Windows color (decimal): -12230059 or 5595717. OLE color: 5595717.

HSL color Cylindrical-coordinate representation of color #456255: hue angle of 153.1º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456255 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 98 85 -
CMYK 0.30 0 0.13 0.62
HSL 153.1º 0.17% 0.33% -
HSV(B) 153.1º 0.3% 0.38% -
XYZ 8.46 10.66 10.21 -
YUV 87.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 69 98 85 0.30 0 0.13 0.62 153.1 0.17 0.33
Hex 45 62 55 1E 0 D 3E 99 11 21
Octal 105 142 125 36 0 15 76 231 21 41
Binary 1000101 1100010 1010101 11110 0 1101 111110 10011001 10001 100001

Color Harmonies of #456255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456255

Black with #456255

Text Example


Text Example

White with #456255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456255; }

 p { color: rgb(69,98,85); }

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

background-color css

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

 a { background-color: rgb(69,98,85); }

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

border-color css

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

 span { border-color: rgb(69,98,85); }

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