Html Css Color HEX #427A6B Viridian

📋 copy color: '#427A6B'

red 66 ◦ green 122 ◦ blue 107

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

Shades of Viridian #427A6B

Tints of Viridian #427A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 22.37%
G = 41.36%
B = 36.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#427A6B (or 0x427A6B) is known color: Viridian. HEX triplet: 42, 7A and 6B. RGB value is (66,122,107). Sum of RGB (Red+Green+Blue) = 66+122+107=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #427A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A6B is #BD8594. Grayscale: #676767. Windows color (decimal): -12420501 or 7043650. OLE color: 7043650.

HSL color Cylindrical-coordinate representation of color #427A6B: hue angle of 163.93º 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 #427A6B is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 107 -
CMYK 0.46 0 0.12 0.52
HSL 163.93º 0.3% 0.37% -
HSV(B) 163.93º 0.46% 0.48% -
XYZ 11.86 16.14 16.4 -
YUV 103.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 66 122 107 0.46 0 0.12 0.52 163.93 0.3 0.37
Hex 42 7A 6B 2E 0 C 34 A4 1E 25
Octal 102 172 153 56 0 14 64 244 36 45
Binary 1000010 1111010 1101011 101110 0 1100 110100 10100100 11110 100101

Color Harmonies of #427A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A6B

Black with #427A6B

Text Example


Text Example

White with #427A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,122,107); }

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

background-color css

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

 a { background-color: rgb(66,122,107); }

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

border-color css

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

 span { border-color: rgb(66,122,107); }

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