Html Css Color HEX #427C5F Como

📋 copy color: '#427C5F'

red 66 ◦ green 124 ◦ blue 95

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

Shades of Como #427C5F

Tints of Como #427C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 23.16%
G = 43.51%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#427C5F (or 0x427C5F) is known color: Como. HEX triplet: 42, 7C and 5F. RGB value is (66,124,95). Sum of RGB (Red+Green+Blue) = 66+124+95=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #427C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C5F is #BD83A0. Grayscale: #676767. Windows color (decimal): -12420001 or 6257730. OLE color: 6257730.

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

Color convert

RGB 66 124 95 -
CMYK 0.47 0 0.23 0.51
HSL 150º 0.31% 0.37% -
HSV(B) 150º 0.47% 0.49% -
XYZ 11.52 16.4 13.38 -
YUV 103.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 66 124 95 0.47 0 0.23 0.51 150 0.31 0.37
Hex 42 7C 5F 2F 0 17 33 96 1F 25
Octal 102 174 137 57 0 27 63 226 37 45
Binary 1000010 1111100 1011111 101111 0 10111 110011 10010110 11111 100101

Color Harmonies of #427C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C5F

Black with #427C5F

Text Example


Text Example

White with #427C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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