Html Css Color HEX #427C14 Bilbao

📋 copy color: '#427C14'

red 66 ◦ green 124 ◦ blue 20

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

Shades of Bilbao #427C14

Tints of Bilbao #427C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 31.43%
G = 59.05%
B = 9.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#427C14 (or 0x427C14) is known color: Bilbao. HEX triplet: 42, 7C and 14. RGB value is (66,124,20). Sum of RGB (Red+Green+Blue) = 66+124+20=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #427C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C14 is #BD83EB. Grayscale: #5F5F5F. Windows color (decimal): -12420076 or 1342530. OLE color: 1342530.

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

Color convert

RGB 66 124 20 -
CMYK 0.47 0 0.84 0.51
HSL 93.46º 0.72% 0.28% -
HSV(B) 93.46º 0.84% 0.49% -
XYZ 9.58 15.62 3.17 -
YUV 94.8 85.78 107.46 -
System Red Green Blue C M Y K H S L
Decimal 66 124 20 0.47 0 0.84 0.51 93.46 0.72 0.28
Hex 42 7C 14 2F 0 54 33 5D 48 1C
Octal 102 174 24 57 0 124 63 135 110 34
Binary 1000010 1111100 10100 101111 0 1010100 110011 1011101 1001000 11100

Color Harmonies of #427C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C14

Black with #427C14

Text Example


Text Example

White with #427C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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