Html Css Color HEX #427C5D Como

📋 copy color: '#427C5D'

red 66 ◦ green 124 ◦ blue 93

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

Shades of Como #427C5D

Tints of Como #427C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 23.32%
G = 43.82%
B = 32.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#427C5D (or 0x427C5D) is known color: Como. HEX triplet: 42, 7C and 5D. RGB value is (66,124,93). Sum of RGB (Red+Green+Blue) = 66+124+93=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #427C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C5D is #BD83A2. Grayscale: #676767. Windows color (decimal): -12420003 or 6126658. OLE color: 6126658.

HSL color Cylindrical-coordinate representation of color #427C5D: hue angle of 147.93º 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 #427C5D is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 93 -
CMYK 0.47 0 0.25 0.51
HSL 147.93º 0.31% 0.37% -
HSV(B) 147.93º 0.47% 0.49% -
XYZ 11.43 16.36 12.91 -
YUV 103.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 66 124 93 0.47 0 0.25 0.51 147.93 0.31 0.37
Hex 42 7C 5D 2F 0 19 33 94 1F 25
Octal 102 174 135 57 0 31 63 224 37 45
Binary 1000010 1111100 1011101 101111 0 11001 110011 10010100 11111 100101

Color Harmonies of #427C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C5D

Black with #427C5D

Text Example


Text Example

White with #427C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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