Html Css Color HEX #456755 Viridian Green

📋 copy color: '#456755'

red 69 ◦ green 103 ◦ blue 85

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

Shades of Viridian Green #456755

Tints of Viridian Green #456755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

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

R = 26.85%
G = 40.08%
B = 33.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#456755 (or 0x456755) is known color: Viridian Green. HEX triplet: 45, 67 and 55. RGB value is (69,103,85). Sum of RGB (Red+Green+Blue) = 69+103+85=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #456755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456755 is #BA98AA. Grayscale: #5A5A5A. Windows color (decimal): -12228779 or 5596997. OLE color: 5596997.

HSL color Cylindrical-coordinate representation of color #456755: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456755 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 103 85 -
CMYK 0.33 0 0.17 0.60
HSL 148.24º 0.2% 0.34% -
HSV(B) 148.24º 0.33% 0.4% -
XYZ 8.94 11.62 10.37 -
YUV 90.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 69 103 85 0.33 0 0.17 0.60 148.24 0.2 0.34
Hex 45 67 55 21 0 11 3C 94 14 22
Octal 105 147 125 41 0 21 74 224 24 42
Binary 1000101 1100111 1010101 100001 0 10001 111100 10010100 10100 100010

Color Harmonies of #456755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456755

Black with #456755

Text Example


Text Example

White with #456755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456755; }

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

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

background-color css

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

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

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

border-color css

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

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

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