Html Css Color HEX #458165 Viridian

📋 copy color: '#458165'

red 69 ◦ green 129 ◦ blue 101

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

Shades of Viridian #458165

Tints of Viridian #458165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

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

R = 23.08%
G = 43.14%
B = 33.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#458165 (or 0x458165) is known color: Viridian. HEX triplet: 45, 81 and 65. RGB value is (69,129,101). Sum of RGB (Red+Green+Blue) = 69+129+101=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #458165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458165 is #BA7E9A. Grayscale: #6B6B6B. Windows color (decimal): -12222107 or 6652229. OLE color: 6652229.

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

Color convert

RGB 69 129 101 -
CMYK 0.47 0 0.22 0.49
HSL 152º 0.3% 0.39% -
HSV(B) 152º 0.47% 0.51% -
XYZ 12.65 17.91 15.1 -
YUV 107.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 69 129 101 0.47 0 0.22 0.49 152 0.3 0.39
Hex 45 81 65 2F 0 16 31 98 1E 27
Octal 105 201 145 57 0 26 61 230 36 47
Binary 1000101 10000001 1100101 101111 0 10110 110001 10011000 11110 100111

Color Harmonies of #458165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458165

Black with #458165

Text Example


Text Example

White with #458165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458165; }

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

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

background-color css

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

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

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

border-color css

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

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

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