Html Css Color HEX #427B67 Viridian

📋 copy color: '#427B67'

red 66 ◦ green 123 ◦ blue 103

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

Shades of Viridian #427B67

Tints of Viridian #427B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 22.6%
G = 42.12%
B = 35.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#427B67 (or 0x427B67) is known color: Viridian. HEX triplet: 42, 7B and 67. RGB value is (66,123,103). Sum of RGB (Red+Green+Blue) = 66+123+103=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #427B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B67 is #BD8498. Grayscale: #676767. Windows color (decimal): -12420249 or 6781762. OLE color: 6781762.

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

Color convert

RGB 66 123 103 -
CMYK 0.46 0 0.16 0.52
HSL 158.95º 0.3% 0.37% -
HSV(B) 158.95º 0.46% 0.48% -
XYZ 11.78 16.3 15.36 -
YUV 103.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 66 123 103 0.46 0 0.16 0.52 158.95 0.3 0.37
Hex 42 7B 67 2E 0 10 34 9F 1E 25
Octal 102 173 147 56 0 20 64 237 36 45
Binary 1000010 1111011 1100111 101110 0 10000 110100 10011111 11110 100101

Color Harmonies of #427B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B67

Black with #427B67

Text Example


Text Example

White with #427B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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