Html Css Color HEX #437C14 Bilbao

📋 copy color: '#437C14'

red 67 ◦ green 124 ◦ blue 20

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

Shades of Bilbao #437C14

Tints of Bilbao #437C14

RGB

 RED value IS 67 (26.56% from 255) = 31.75%

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

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

R = 31.75%
G = 58.77%
B = 9.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#437C14 (or 0x437C14) is known color: Bilbao. HEX triplet: 43, 7C and 14. RGB value is (67,124,20). Sum of RGB (Red+Green+Blue) = 67+124+20=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #437C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437C14 is #BC83EB. Grayscale: #5F5F5F. Windows color (decimal): -12354540 or 1342531. OLE color: 1342531.

HSL color Cylindrical-coordinate representation of color #437C14: hue angle of 92.88º 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 #437C14 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 124 20 -
CMYK 0.46 0 0.84 0.51
HSL 92.88º 0.72% 0.28% -
HSV(B) 92.88º 0.84% 0.49% -
XYZ 9.65 15.66 3.18 -
YUV 95.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 67 124 20 0.46 0 0.84 0.51 92.88 0.72 0.28
Hex 43 7C 14 2E 0 54 33 5D 48 1C
Octal 103 174 24 56 0 124 63 135 110 34
Binary 1000011 1111100 10100 101110 0 1010100 110011 1011101 1001000 11100

Color Harmonies of #437C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437C14

Black with #437C14

Text Example


Text Example

White with #437C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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