Html Css Color HEX #427F5E Como

📋 copy color: '#427F5E'

red 66 ◦ green 127 ◦ blue 94

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

Shades of Como #427F5E

Tints of Como #427F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 23%
G = 44.25%
B = 32.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#427F5E (or 0x427F5E) is known color: Como. HEX triplet: 42, 7F and 5E. RGB value is (66,127,94). Sum of RGB (Red+Green+Blue) = 66+127+94=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #427F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F5E is #BD80A1. Grayscale: #696969. Windows color (decimal): -12419234 or 6192962. OLE color: 6192962.

HSL color Cylindrical-coordinate representation of color #427F5E: hue angle of 147.54º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F5E is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 94 -
CMYK 0.48 0 0.26 0.50
HSL 147.54º 0.32% 0.38% -
HSV(B) 147.54º 0.48% 0.5% -
XYZ 11.86 17.15 13.27 -
YUV 105 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 66 127 94 0.48 0 0.26 0.50 147.54 0.32 0.38
Hex 42 7F 5E 30 0 1A 32 94 20 26
Octal 102 177 136 60 0 32 62 224 40 46
Binary 1000010 1111111 1011110 110000 0 11010 110010 10010100 100000 100110

Color Harmonies of #427F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F5E

Black with #427F5E

Text Example


Text Example

White with #427F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,94); }

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

background-color css

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

 a { background-color: rgb(66,127,94); }

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

border-color css

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

 span { border-color: rgb(66,127,94); }

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