Html Css Color HEX #427B6D Viridian

📋 copy color: '#427B6D'

red 66 ◦ green 123 ◦ blue 109

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

Shades of Viridian #427B6D

Tints of Viridian #427B6D

RGB

 RED value IS 66 (26.17% from 255) = 22.15%

 GREEN value IS 123 (48.44% from 255) = 41.28%

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 22.15%
G = 41.28%
B = 36.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#427B6D (or 0x427B6D) is known color: Viridian. HEX triplet: 42, 7B and 6D. RGB value is (66,123,109). Sum of RGB (Red+Green+Blue) = 66+123+109=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #427B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B6D is #BD8492. Grayscale: #686868. Windows color (decimal): -12420243 or 7174978. OLE color: 7174978.

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

Color convert

RGB 66 123 109 -
CMYK 0.46 0 0.11 0.52
HSL 165.26º 0.3% 0.37% -
HSV(B) 165.26º 0.46% 0.48% -
XYZ 12.09 16.43 17 -
YUV 104.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 66 123 109 0.46 0 0.11 0.52 165.26 0.3 0.37
Hex 42 7B 6D 2E 0 B 34 A5 1E 25
Octal 102 173 155 56 0 13 64 245 36 45
Binary 1000010 1111011 1101101 101110 0 1011 110100 10100101 11110 100101

Color Harmonies of #427B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B6D

Black with #427B6D

Text Example


Text Example

White with #427B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427B6D; }

 p { color: rgb(66,123,109); }

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

background-color css

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

 a { background-color: rgb(66,123,109); }

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

border-color css

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

 span { border-color: rgb(66,123,109); }

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