Html Css Color HEX #417A68 Viridian

📋 copy color: '#417A68'

red 65 ◦ green 122 ◦ blue 104

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

Shades of Viridian #417A68

Tints of Viridian #417A68

RGB

 RED value IS 65 (25.78% from 255) = 22.34%

 GREEN value IS 122 (48.05% from 255) = 41.92%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 22.34%
G = 41.92%
B = 35.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#417A68 (or 0x417A68) is known color: Viridian. HEX triplet: 41, 7A and 68. RGB value is (65,122,104). Sum of RGB (Red+Green+Blue) = 65+122+104=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #417A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A68 is #BE8597. Grayscale: #666666. Windows color (decimal): -12486040 or 6847041. OLE color: 6847041.

HSL color Cylindrical-coordinate representation of color #417A68: hue angle of 161.05º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A68 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 104 -
CMYK 0.47 0 0.15 0.52
HSL 161.05º 0.3% 0.37% -
HSV(B) 161.05º 0.47% 0.48% -
XYZ 11.64 16.04 15.58 -
YUV 102.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 65 122 104 0.47 0 0.15 0.52 161.05 0.3 0.37
Hex 41 7A 68 2F 0 F 34 A1 1E 25
Octal 101 172 150 57 0 17 64 241 36 45
Binary 1000001 1111010 1101000 101111 0 1111 110100 10100001 11110 100101

Color Harmonies of #417A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A68

Black with #417A68

Text Example


Text Example

White with #417A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417A68; }

 p { color: rgb(65,122,104); }

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

background-color css

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

 a { background-color: rgb(65,122,104); }

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

border-color css

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

 span { border-color: rgb(65,122,104); }

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