Html Css Color HEX #427C10 Bilbao

📋 copy color: '#427C10'

red 66 ◦ green 124 ◦ blue 16

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

Shades of Bilbao #427C10

Tints of Bilbao #427C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 32.04%
G = 60.19%
B = 7.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#427C10 (or 0x427C10) is known color: Bilbao. HEX triplet: 42, 7C and 10. RGB value is (66,124,16). Sum of RGB (Red+Green+Blue) = 66+124+16=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #427C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C10 is #BD83EF. Grayscale: #5E5E5E. Windows color (decimal): -12420080 or 1080386. OLE color: 1080386.

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

Color convert

RGB 66 124 16 -
CMYK 0.47 0 0.87 0.51
HSL 92.22º 0.77% 0.27% -
HSV(B) 92.22º 0.87% 0.49% -
XYZ 9.55 15.61 3 -
YUV 94.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 66 124 16 0.47 0 0.87 0.51 92.22 0.77 0.27
Hex 42 7C 10 2F 0 57 33 5C 4D 1B
Octal 102 174 20 57 0 127 63 134 115 33
Binary 1000010 1111100 10000 101111 0 1010111 110011 1011100 1001101 11011

Color Harmonies of #427C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C10

Black with #427C10

Text Example


Text Example

White with #427C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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