Html Css Color HEX #427C5E Como

📋 copy color: '#427C5E'

red 66 ◦ green 124 ◦ blue 94

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

Shades of Como #427C5E

Tints of Como #427C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.66%

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

R = 23.24%
G = 43.66%
B = 33.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#427C5E (or 0x427C5E) is known color: Como. HEX triplet: 42, 7C and 5E. RGB value is (66,124,94). Sum of RGB (Red+Green+Blue) = 66+124+94=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #427C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C5E is #BD83A1. Grayscale: #676767. Windows color (decimal): -12420002 or 6192194. OLE color: 6192194.

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

Color convert

RGB 66 124 94 -
CMYK 0.47 0 0.24 0.51
HSL 148.97º 0.31% 0.37% -
HSV(B) 148.97º 0.47% 0.49% -
XYZ 11.47 16.38 13.15 -
YUV 103.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 66 124 94 0.47 0 0.24 0.51 148.97 0.31 0.37
Hex 42 7C 5E 2F 0 18 33 95 1F 25
Octal 102 174 136 57 0 30 63 225 37 45
Binary 1000010 1111100 1011110 101111 0 11000 110011 10010101 11111 100101

Color Harmonies of #427C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C5E

Black with #427C5E

Text Example


Text Example

White with #427C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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