Html Css Color HEX #427E5E Como

📋 copy color: '#427E5E'

red 66 ◦ green 126 ◦ blue 94

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

Shades of Como #427E5E

Tints of Como #427E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.06%

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

R = 23.08%
G = 44.06%
B = 32.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#427E5E (or 0x427E5E) is known color: Como. HEX triplet: 42, 7E and 5E. RGB value is (66,126,94). Sum of RGB (Red+Green+Blue) = 66+126+94=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #427E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E5E is #BD81A1. Grayscale: #686868. Windows color (decimal): -12419490 or 6192706. OLE color: 6192706.

HSL color Cylindrical-coordinate representation of color #427E5E: hue angle of 148º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E5E is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 94 -
CMYK 0.48 0 0.25 0.51
HSL 148º 0.31% 0.38% -
HSV(B) 148º 0.48% 0.49% -
XYZ 11.73 16.89 13.23 -
YUV 104.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 66 126 94 0.48 0 0.25 0.51 148 0.31 0.38
Hex 42 7E 5E 30 0 19 33 94 1F 26
Octal 102 176 136 60 0 31 63 224 37 46
Binary 1000010 1111110 1011110 110000 0 11001 110011 10010100 11111 100110

Color Harmonies of #427E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E5E

Black with #427E5E

Text Example


Text Example

White with #427E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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