Html Css Color HEX #418A68 Viridian

📋 copy color: '#418A68'

red 65 ◦ green 138 ◦ blue 104

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

Shades of Viridian #418A68

Tints of Viridian #418A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.95%

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

R = 21.17%
G = 44.95%
B = 33.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#418A68 (or 0x418A68) is known color: Viridian. HEX triplet: 41, 8A and 68. RGB value is (65,138,104). Sum of RGB (Red+Green+Blue) = 65+138+104=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #418A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A68 is #BE7597. Grayscale: #707070. Windows color (decimal): -12481944 or 6851137. OLE color: 6851137.

HSL color Cylindrical-coordinate representation of color #418A68: hue angle of 152.05º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A68 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 104 -
CMYK 0.53 0 0.25 0.46
HSL 152.05º 0.36% 0.4% -
HSV(B) 152.05º 0.53% 0.54% -
XYZ 13.77 20.3 16.29 -
YUV 112.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 65 138 104 0.53 0 0.25 0.46 152.05 0.36 0.4
Hex 41 8A 68 35 0 19 2E 98 24 28
Octal 101 212 150 65 0 31 56 230 44 50
Binary 1000001 10001010 1101000 110101 0 11001 101110 10011000 100100 101000

Color Harmonies of #418A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A68

Black with #418A68

Text Example


Text Example

White with #418A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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