Html Css Color HEX #458365 Viridian

📋 copy color: '#458365'

red 69 ◦ green 131 ◦ blue 101

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

Shades of Viridian #458365

Tints of Viridian #458365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 22.92%
G = 43.52%
B = 33.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#458365 (or 0x458365) is known color: Viridian. HEX triplet: 45, 83 and 65. RGB value is (69,131,101). Sum of RGB (Red+Green+Blue) = 69+131+101=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #458365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458365 is #BA7C9A. Grayscale: #6D6D6D. Windows color (decimal): -12221595 or 6652741. OLE color: 6652741.

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

Color convert

RGB 69 131 101 -
CMYK 0.47 0 0.23 0.49
HSL 150.97º 0.31% 0.39% -
HSV(B) 150.97º 0.47% 0.51% -
XYZ 12.92 18.44 15.19 -
YUV 109.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 69 131 101 0.47 0 0.23 0.49 150.97 0.31 0.39
Hex 45 83 65 2F 0 17 31 97 1F 27
Octal 105 203 145 57 0 27 61 227 37 47
Binary 1000101 10000011 1100101 101111 0 10111 110001 10010111 11111 100111

Color Harmonies of #458365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458365

Black with #458365

Text Example


Text Example

White with #458365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458365; }

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

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

background-color css

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

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

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

border-color css

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

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

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